packagekit/RELEASE
2009-08-03 12:43:11 +01:00

49 lines
1.2 KiB
Plaintext

PackageKit Release Notes
1. Write NEWS entries for PackageKit in the same format as usual.
git shortlog PACKAGEKIT_0_5_1.. | grep -i -v trivial | grep -v Merge > NEWS.new
2. Add download date to docs/html/pk-download.html, save file.
3. Update library version if new ABI or API in configure.ac
4. Commit changes in PackageKit git:
git commit -a -m "Release version 0.5.2"
git tag -a -f -m "Release 0.5.2" PACKAGEKIT_0_5_2
git push --tags
git push
git push git+ssh://hughsient@git.freedesktop.org/git/packagekit
git push --tags git+ssh://hughsient@git.freedesktop.org/git/packagekit
5. run 'make dist-gzip'
6. Upload tarball to:
scp *.tar.gz packagekit.org:/srv/www/html/releases/
7. Do post release version bump in configure.ac
8. Commit trivial changes:
git commit -a -m "trivial: post release version bump"
git push
9. Upload new html sources
10. Send an email to packagekit@lists.freedesktop.org
=================================================
Subject: PackageKit 0.5.2 released!
Today I released PackageKit 0.5.2.
PackageKit release notes: http://cgit.freedesktop.org/packagekit/tree/NEWS
Tarballs available here: http://www.packagekit.org/releases/
Thanks to all those who made this possible.
=================================================