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