summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-04-05 13:57:56 +0200
committerRichard Hughes <richard@hughsie.com>2014-04-05 13:57:56 +0200
commit2888c5f26bac2cad71a837f1451adcadc30cabab (patch)
treeba8cc6253397f2d8a35da61aad75568140d7984a /RELEASE
parent9cf9a2accf862104e2f4173792085f80280ce041 (diff)
downloadcolord-2888c5f26bac2cad71a837f1451adcadc30cabab.tar.gz
trivial: post release version bump
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE8
1 files changed, 4 insertions, 4 deletions
diff --git a/RELEASE b/RELEASE
index ff8f729..6766c9a 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_1_5.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog COLORD_1_2_0.. | grep -i -v trivial | grep -v Merge > NEWS.new
-Version 1.2.0
+Version 1.2.1
~~~~~~~~~~~~~
Released: 2014-xx-xx
@@ -25,8 +25,8 @@ git add *.po
2. Commit changes to git:
# MAKE SURE THESE ARE CORRECT
-export release_version="1.2.0"
-export release_tag="COLORD_1_2_0"
+export release_version="1.2.1"
+export release_tag="COLORD_1_2_1"
git commit -a -m "Release colord ${release_version}"
git tag -s -f -m "Release colord ${release_version}" "${release_tag}"