mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-05-20 20:38:15 +02:00
31 lines
729 B
Text
31 lines
729 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-001.. | grep -v trivial | grep -v Merge > NEWS.new
|
|
|
|
2. Commit changes in DeviceKit-power git:
|
|
|
|
git commit -a -m "Released DeviceKit-power 002"
|
|
git tag -a -f -m "Released DeviceKit-power 002" DeviceKit-power-002
|
|
git push --tags
|
|
git push
|
|
|
|
3. Generate the tarball:
|
|
|
|
make dist
|
|
|
|
4. Upload both tarballs to:
|
|
|
|
scp *.tar.gz packagekit.org:/srv/www/html/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
|
|
|