summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-10-21 14:35:55 +0100
committerRichard Hughes <richard@hughsie.com>2014-10-21 14:35:55 +0100
commit2305c63542623d2c7b56aa736c286445c71a5f2a (patch)
tree5159dc7d05100bd99a1d673ff29040b4f1932fbc /RELEASE
parent687bac6abffe5ddf8b9bb6f3209188c3e39a128e (diff)
downloadappstream-glib-2305c63542623d2c7b56aa736c286445c71a5f2a.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 4e2200c..7eef137 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_3_0.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog appstream_glib_0_3_1.. | grep -i -v trivial | grep -v Merge > NEWS.new
--------------------------------------------------------------------------------
-Version 0.3.1
+Version 0.3.2
~~~~~~~~~~~~~
Released: 2014-xx-xx
@@ -20,8 +20,8 @@ Bugfixes:
4. Commit changes in git:
-git commit -a -m "Release version 0.3.1"
-git tag -s -f -m "Release 0.3.1" appstream_glib_0_3_1
+git commit -a -m "Release version 0.3.2"
+git tag -s -f -m "Release 0.3.2" appstream_glib_0_3_2
<gpg password>
git push --tags
git push