mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-01-07 18:00:13 +01:00
30 lines
694 B
Text
30 lines
694 B
Text
DeviceKit-power Release Notes
|
|
|
|
1. Write NEWS entries for DeviceKit-power in the same format as usual.
|
|
|
|
git-shortlog DeviceKit-power-004.. | grep -v trivial | grep -v Merge > NEWS.new
|
|
|
|
2. Commit changes in DeviceKit-power git:
|
|
|
|
git commit -a -m "Released DeviceKit-power 005"
|
|
git tag -a -f -m "Released DeviceKit-power 005" DeviceKit-power-005
|
|
git push --tags
|
|
git push
|
|
|
|
3. Generate the tarball:
|
|
|
|
make dist
|
|
|
|
4. Upload tarball:
|
|
|
|
scp *.tar.gz 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
|
|
|