summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2010-04-06 16:05:48 +0100
committerRichard Hughes <richard@hughsie.com>2010-04-06 16:05:48 +0100
commit75d0a4a6b24ca06c74e2f2b4dae26668e9b426c3 (patch)
tree4e314647a7927a4c6fbc6724a7c72910ccf2120c /RELEASE
parent1ef0b33c413ddd2292cf8d5a6c1e7cac0992975d (diff)
trivial: post release version bump
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE10
1 files changed, 5 insertions, 5 deletions
diff --git a/RELEASE b/RELEASE
index 6513a2f..98bdd30 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,9 +2,9 @@ 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
+git shortlog UPOWER_0_9_2.. | grep -i -v trivial | grep -v Merge > NEWS.new
-Version 0.9.xxxx
+Version 0.9.3
~~~~~~~~~~~
Released: 2010-xx-xx
@@ -14,8 +14,8 @@ 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
+git commit -a -m "Released UPower 0.9.3"
+git tag -s -f -m "Released UPower 0.9.3" UPOWER_0_9_3
<wait>
git push --tags
git push
@@ -26,7 +26,7 @@ make dist
4. Upload tarball:
-scp *.tar.* hughsient@freedesktop.org:/srv/hal.freedesktop.org/www/releases/
+scp *.tar.* hughsient@annarchy.freedesktop.org:/srv/upower.freedesktop.org/www/releases/
5. Do post release version bump in configure.ac