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 1334eeb..cb34035 100644
--- a/RELEASE
+++ b/RELEASE
@@ -3,12 +3,12 @@ DeviceKit-power Release Notes
1. Write NEWS entries for DeviceKit-power and gnome-packagekit in the same
format as usual. Ignore any trivial commits.
-git-shortlog DeviceKit-power-002.. | grep -v trivial | grep -v Merge > NEWS.new
+git-shortlog DeviceKit-power-003.. | grep -v trivial | grep -v Merge > NEWS.new
2. Commit changes in DeviceKit-power git:
-git commit -a -m "Released DeviceKit-power 003"
-git tag -a -f -m "Released DeviceKit-power 003" DeviceKit-power-003
+git commit -a -m "Released DeviceKit-power 004"
+git tag -a -f -m "Released DeviceKit-power 004" DeviceKit-power-004
git push --tags
git push