summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorMartin Pitt <martinpitt@gnome.org>2013-10-08 17:35:34 +0200
committerMartin Pitt <martinpitt@gnome.org>2013-10-08 17:35:34 +0200
commite54cc7e9f9cf54a65b28d8a462f34f463b08329e (patch)
tree625de62ac0457ae8729a1712b2476caea57422dd /RELEASE
parent99755262654921c95c7d9cf4c06f3ef93b0705da (diff)
downloadupower-e54cc7e9f9cf54a65b28d8a462f34f463b08329e.tar.gz
Released UPower 0.9.22UPOWER_0_9_22
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE8
1 files changed, 4 insertions, 4 deletions
diff --git a/RELEASE b/RELEASE
index ccd9f0c..deb08a0 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_21.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog UPOWER_0_9_22.. | grep -i -v trivial | grep -v Merge > NEWS.new
-Version 0.9.22
+Version 0.9.23
~~~~~~~~~~~~~~
Released: 2013-xx-xx
@@ -13,8 +13,8 @@ Bugfixes:
2. Commit changes to git:
-git commit -a -m "Released UPower 0.9.22"
-git tag -s -f -m "Released UPower 0.9.22" UPOWER_0_9_22
+git commit -a -m "Released UPower 0.9.23"
+git tag -s -f -m "Released UPower 0.9.23" UPOWER_0_9_23
<wait>
git push --tags
git push