summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2008-11-12 16:30:21 +0000
committerRichard Hughes <richard@hughsie.com>2008-11-12 16:30:21 +0000
commitb74b265191ce825819df12d7891a0abc3ab8a8ab (patch)
treea7faab551af8fddc7c0eefea35b197ce8f1b2d14 /RELEASE
parent694421fe24f79bf584eb3d96559ef0104152d38e (diff)
downloadupower-b74b265191ce825819df12d7891a0abc3ab8a8ab.tar.gz
trivial: more release engineering
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE31
1 files changed, 31 insertions, 0 deletions
diff --git a/RELEASE b/RELEASE
new file mode 100644
index 0000000..015dcf7
--- /dev/null
+++ b/RELEASE
@@ -0,0 +1,31 @@
+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 "Release version 002"
+git tag -a -f -m "Release 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
+