packagekit/RELEASE

49 lines
1.3 KiB
Plaintext
Raw Normal View History

PackageKit Release Notes
1. Write NEWS entries for PackageKit in the same format as usual.
2009-03-30 09:02:35 -07:00
git shortlog PACKAGEKIT_0_4_6.. | grep -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 in configure.ac and change DEVELOPMENT_RELEASE if needed
4. Commit changes in PackageKit git:
2009-03-30 09:02:35 -07:00
git commit -a -m "Release version 0.4.7"
git tag -a -f -m "Release 0.4.7" PACKAGEKIT_0_4_7
2008-08-18 12:07:40 -07:00
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:
2008-08-18 12:07:40 -07:00
scp *.tar.gz packagekit.org:/srv/www/html/releases/
7. Do post release version bump in configure.ac
8. Commit trivial changes:
2008-09-08 08:23:21 -07:00
git commit -a -m "trivial: post release version bump"
2008-08-18 12:07:40 -07:00
git push
9. Upload new html sources
2008-10-13 05:06:38 -07:00
10. Send an email to packagekit@lists.freedesktop.org
=================================================
2009-03-30 09:02:35 -07:00
Subject: PackageKit 0.4.7 released!
2009-03-30 09:02:35 -07:00
Today I released PackageKit 0.4.7.
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.
=================================================