summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2010-02-01 11:54:01 +0000
committerRichard Hughes <richard@hughsie.com>2010-02-01 11:54:01 +0000
commit451a6a7c94b7410af945b19bbf8474d7454429cb (patch)
treee0fc98c883bfecc14028ca5efa0d20333a4030c7 /RELEASE
parentacfe9c3089634cbcf5e9e7546a376f64d8833db1 (diff)
Released UPower 0.9.0UPOWER_0_9_0
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE16
1 files changed, 9 insertions, 7 deletions
diff --git a/RELEASE b/RELEASE
index 17acbca..cc03a99 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,20 +1,22 @@
-DeviceKit-power Release Notes
+UPower Release Notes
-1. Write NEWS entries for DeviceKit-power in the same format as usual.
+1. Write NEWS entries for UPower in the same format as usual.
-git shortlog DeviceKit-power-014.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog UPOWER_0_9_999.. | grep -i -v trivial | grep -v Merge > NEWS.new
-Version 0xx
+Version 0.9.xxxx
~~~~~~~~~~~
Released: 2010-xx-xx
+Translations:
New Features:
Bugfixes:
-2. Commit changes in DeviceKit-power git:
+2. Commit changes to git:
-git commit -a -m "Released DeviceKit-power 015"
-git tag -a -f -m "Released DeviceKit-power 015" DeviceKit-power-015
+git commit -a -m "Released UPower 0.9.0"
+git tag -s -f -m "Released UPower 0.9.0" UPOWER_0_9_0
+<wait>
git push --tags
git push