mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-01-06 23:20:12 +01:00
39 lines
731 B
Text
39 lines
731 B
Text
UPower Release Notes
|
|
|
|
1. Write NEWS entries for UPower in the same format as usual.
|
|
|
|
git shortlog UPOWER_0_9_1.. | grep -i -v trivial | grep -v Merge > NEWS.new
|
|
|
|
Version 0.9.xxxx
|
|
~~~~~~~~~~~
|
|
Released: 2010-xx-xx
|
|
|
|
Translations:
|
|
New Features:
|
|
Bugfixes:
|
|
|
|
2. Commit changes to git:
|
|
|
|
git commit -a -m "Released UPower 0.9.2"
|
|
git tag -s -f -m "Released UPower 0.9.2" UPOWER_0_9_2
|
|
<wait>
|
|
git push --tags
|
|
git push
|
|
|
|
3. Generate the tarball:
|
|
|
|
make dist
|
|
|
|
4. Upload tarball:
|
|
|
|
scp *.tar.* hughsient@freedesktop.org:/srv/hal.freedesktop.org/www/releases/
|
|
|
|
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
|
|
|