summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-10-12 11:10:01 +0100
committerRichard Hughes <richard@hughsie.com>2014-10-12 11:10:01 +0100
commita503417e2cce66eeb28fad9d36b9149761793500 (patch)
tree8d73ea566a5a484b583415ca0eec7c3d0c23b1bd /RELEASE
parent438b6e8e5ae205fda71206f86de3c62bcc4a1231 (diff)
downloadcolord-a503417e2cce66eeb28fad9d36b9149761793500.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 3766a22..0017795 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_3.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog COLORD_1_2_4.. | grep -i -v trivial | grep -v Merge > NEWS.new
-Version 1.2.4
+Version 1.2.5
~~~~~~~~~~~~~
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.4"
-export release_tag="COLORD_1_2_4"
+export release_version="1.2.5"
+export release_tag="COLORD_1_2_5"
git commit -a -m "Release colord ${release_version}"
git tag -s -f -m "Release colord ${release_version}" "${release_tag}"