summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-04-25 10:13:43 +0100
committerRichard Hughes <richard@hughsie.com>2014-04-25 10:13:43 +0100
commit27ead4b48da3f99fb1205627c7201064cb9b6c14 (patch)
treedccf13cbbcdb33b3960e3acd073baf6d7be1e343 /RELEASE
parent49c302cd7c1e52a1e47f1472c5e0ba518146b8a2 (diff)
downloadappstream-glib-27ead4b48da3f99fb1205627c7201064cb9b6c14.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 6608a2c..7b26e68 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,10 +2,10 @@ Appstream-Glib Release Notes
1. Write NEWS entries for appstream_glib in the same format as usual.
-git shortlog appstream_glib_0_1_3.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog appstream_glib_0_1_4.. | grep -i -v trivial | grep -v Merge > NEWS.new
--------------------------------------------------------------------------------
-Version 0.1.4
+Version 0.1.5
~~~~~~~~~~~~~
Released: 2014-xx-xx
@@ -20,8 +20,8 @@ Bugfixes:
4. Commit changes in git:
-git commit -a -m "Release version 0.1.4"
-git tag -s -f -m "Release 0.1.4" appstream_glib_0_1_4
+git commit -a -m "Release version 0.1.5"
+git tag -s -f -m "Release 0.1.5" appstream_glib_0_1_5
<gpg password>
git push --tags
git push