summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--RELEASE6
1 files changed, 3 insertions, 3 deletions
diff --git a/RELEASE b/RELEASE
index 015dcf7..877dc9a 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_001.. | grep -v trivial | grep -v Merge > NEWS.new
+git-shortlog DeviceKit-power-001.. | grep -v trivial | grep -v Merge > NEWS.new
2. Commit changes in DeviceKit-power git:
-git commit -a -m "Release version 002"
-git tag -a -f -m "Release 002" DEVICEKIT_POWER_002
+git commit -a -m "Released DeviceKit-power 002"
+git tag -a -f -m "Released DeviceKit-power 002" DeviceKit-power-002
git push --tags
git push