upower/RELEASE

40 lines
731 B
Text
Raw Normal View History

2010-02-01 11:54:01 +00:00
UPower Release Notes
2008-11-12 16:30:21 +00:00
2010-02-01 11:54:01 +00:00
1. Write NEWS entries for UPower in the same format as usual.
2008-11-12 16:30:21 +00:00
2010-02-01 11:55:20 +00:00
git shortlog UPOWER_0_9_0.. | grep -i -v trivial | grep -v Merge > NEWS.new
2008-11-12 16:30:21 +00:00
2010-02-01 11:54:01 +00:00
Version 0.9.xxxx
2010-01-08 10:49:06 +00:00
~~~~~~~~~~~
Released: 2010-xx-xx
2010-02-01 11:54:01 +00:00
Translations:
2010-01-08 10:49:06 +00:00
New Features:
Bugfixes:
2010-02-01 11:54:01 +00:00
2. Commit changes to git:
2008-11-12 16:30:21 +00:00
2010-02-01 11:55:20 +00:00
git commit -a -m "Released UPower 0.9.1"
git tag -s -f -m "Released UPower 0.9.1" UPOWER_0_9_1
2010-02-01 11:54:01 +00:00
<wait>
2008-11-12 16:30:21 +00:00
git push --tags
git push
3. Generate the tarball:
make dist
2008-11-13 15:42:06 +00:00
4. Upload tarball:
2008-11-12 16:30:21 +00:00
2010-02-01 11:55:20 +00:00
scp *.tar.* hughsient@freedesktop.org:/srv/hal.freedesktop.org/www/releases/
2008-11-12 16:30:21 +00:00
5. Do post release version bump in configure.ac
6. Commit changes:
git commit -a -m "trivial: post release version bump"
git push
7. Send an email to devkit-devel@lists.freedesktop.org