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
|
|
|
|
2013-10-08 17:35:34 +02:00
|
|
|
git shortlog UPOWER_0_9_22.. | grep -i -v trivial | grep -v Merge > NEWS.new
|
2008-11-12 16:30:21 +00:00
|
|
|
|
2013-10-08 17:35:34 +02:00
|
|
|
Version 0.9.23
|
2011-03-21 10:14:59 +00:00
|
|
|
~~~~~~~~~~~~~~
|
2013-01-02 09:35:51 +00:00
|
|
|
Released: 2013-xx-xx
|
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
|
|
|
|
2013-10-08 17:35:34 +02:00
|
|
|
git commit -a -m "Released UPower 0.9.23"
|
|
|
|
|
git tag -s -f -m "Released UPower 0.9.23" UPOWER_0_9_23
|
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-04-06 16:05:48 +01:00
|
|
|
scp *.tar.* hughsient@annarchy.freedesktop.org:/srv/upower.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
|
|
|
|
|
|