summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2008-11-13 15:38:57 +0000
committerRichard Hughes <richard@hughsie.com>2008-11-13 15:38:57 +0000
commit3d824577b9926aa8f3f0af657b66d8153272dbb4 (patch)
tree2b68b19afe269d33d90066c6c5480a770265d3d5
parent31063b091e58a9e386bf84a7a512863a3d6f2f7d (diff)
trivial: NEWS updatesDeviceKit-power-002
-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