mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-02-02 19:00:30 +01:00
31 lines
746 B
Text
31 lines
746 B
Text
DeviceKit-power Release Notes
|
|
|
|
1. Write NEWS entries for DeviceKit-power and gnome-packagekit in the same
|
|
format as usual. Ignore any trivial commits.
|
|
|
|
git-shortlog DeviceKit-power-002.. | grep -v trivial | grep -v Merge > NEWS.new
|
|
|
|
2. Commit changes in DeviceKit-power git:
|
|
|
|
git commit -a -m "Released DeviceKit-power 003"
|
|
git tag -a -f -m "Released DeviceKit-power 003" DeviceKit-power-003
|
|
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
|
|
|