summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2009-02-02 15:34:59 +0000
committerRichard Hughes <richard@hughsie.com>2009-02-02 15:34:59 +0000
commit5da8f5744635560e482c1186703841c28adaa96f (patch)
tree0669859624be7492c5ae10566e05641c82f3a5c6 /RELEASE
parent2f37bfb0dca0952354d47f03106c7a893e255af4 (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 3744c7e..aef6d5d 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-004.. | grep -v trivial | grep -v Merge > NEWS.new
+git-shortlog DeviceKit-power-005.. | grep -v trivial | grep -v Merge > NEWS.new
2. Commit changes in DeviceKit-power git:
-git commit -a -m "Released DeviceKit-power 005"
-git tag -a -f -m "Released DeviceKit-power 005" DeviceKit-power-005
+git commit -a -m "Released DeviceKit-power 006"
+git tag -a -f -m "Released DeviceKit-power 006" DeviceKit-power-006
git push --tags
git push