trivial: RELEASE updates

This commit is contained in:
Richard Hughes 2009-03-09 09:52:13 +00:00
parent 0ecdc7896b
commit 0618621fa3

16
RELEASE
View File

@ -3,8 +3,8 @@ PackageKit Release Notes
1. Write NEWS entries for PackageKit and gnome-packagekit in the same
format as usual. Ignore any trivial commits.
git shortlog PACKAGEKIT_0_4_4.. | grep -v trivial | grep -v Merge > NEWS.new
git shortlog GNOME_PACKAGEKIT_0_4_4.. | grep -v trivial | grep -v Merge > NEWS.new
git shortlog PACKAGEKIT_0_4_5.. | grep -v trivial | grep -v Merge > NEWS.new
git shortlog GNOME_PACKAGEKIT_0_4_5.. | grep -v trivial | grep -v Merge > NEWS.new
2. Add download date to docs/html/pk-download.html, save file.
@ -12,8 +12,8 @@ git shortlog GNOME_PACKAGEKIT_0_4_4.. | grep -v trivial | grep -v Merge > NEWS.n
4. Commit changes in PackageKit git:
git commit -a -m "Release version 0.4.5"
git tag -a -f -m "Release 0.4.5" PACKAGEKIT_0_4_5
git commit -a -m "Release version 0.4.6"
git tag -a -f -m "Release 0.4.6" PACKAGEKIT_0_4_6
git push --tags
git push
git push git+ssh://hughsient@git.freedesktop.org/git/packagekit
@ -21,8 +21,8 @@ git push --tags git+ssh://hughsient@git.freedesktop.org/git/packagekit
5. Commit changes in gnome-packagekit git:
git commit -a -m "Release version 0.4.5"
git tag GNOME_PACKAGEKIT_0_4_5
git commit -a -m "Release version 0.4.6"
git tag GNOME_PACKAGEKIT_0_4_6
git push --tags
git push
@ -44,9 +44,9 @@ git push
11. Send an email to packagekit@lists.freedesktop.org
=================================================
Subject: PackageKit and gnome-packagekit 0.4.5 released!
Subject: PackageKit and gnome-packagekit 0.4.6 released!
Today I released PackageKit and gnome-packagekit 0.4.5.
Today I released PackageKit and gnome-packagekit 0.4.6.
PackageKit release notes: http://cgit.freedesktop.org/packagekit/tree/NEWS