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 be1e344..6b5b65a 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,9 +2,9 @@ colord Release Notes
1. Write NEWS entries for colord in the same format as usual.
-git shortlog COLORD_1_2_11.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog 1.2.12.. | grep -i -v trivial | grep -v Merge > NEWS.new
-Version 1.2.12
+Version 1.2.13
~~~~~~~~~~~~~~
Released: 2015-xx-xx
@@ -25,7 +25,7 @@ git add *.po
2. Commit changes to git:
# MAKE SURE THIS IS CORRECT
-export release_ver="1.2.12"
+export release_ver="1.2.13"
git commit -a -m "Release colord ${release_ver}"
git tag -s -f -m "Release colord ${release_ver}" "${release_ver}"