summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
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