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 3788cda..b36d75c 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-008.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog DeviceKit-power-009.. | grep -i -v trivial | grep -v Merge > NEWS.new
2. Commit changes in DeviceKit-power git:
-git commit -a -m "Released DeviceKit-power 009"
-git tag -a -f -m "Released DeviceKit-power 009" DeviceKit-power-009
+git commit -a -m "Released DeviceKit-power 010"
+git tag -a -f -m "Released DeviceKit-power 010" DeviceKit-power-010
git push --tags
git push