summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2009-06-01 11:36:50 +0100
committerRichard Hughes <richard@hughsie.com>2009-06-01 11:36:50 +0100
commit408fad75f9c3e57256bb005d8f6f0ee3a5c1f935 (patch)
treeb26eebec3994d7003861c07f1a8e26a47e8a89e5 /RELEASE
parent706bf8fc28605320be0b663c1c3f92c98f8c4292 (diff)
trivial: post release version bump
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE6
1 files changed, 3 insertions, 3 deletions
diff --git a/RELEASE b/RELEASE
index 469aef0..3788cda 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,12 +2,12 @@ DeviceKit-power Release Notes
1. Write NEWS entries for DeviceKit-power in the same format as usual.
-git shortlog DeviceKit-power-007.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog DeviceKit-power-008.. | grep -i -v trivial | grep -v Merge > NEWS.new
2. Commit changes in DeviceKit-power git:
-git commit -a -m "Released DeviceKit-power 008"
-git tag -a -f -m "Released DeviceKit-power 008" DeviceKit-power-008
+git commit -a -m "Released DeviceKit-power 009"
+git tag -a -f -m "Released DeviceKit-power 009" DeviceKit-power-009
git push --tags
git push