summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-04-10 11:03:09 +0100
committerRichard Hughes <richard@hughsie.com>2014-04-10 11:03:09 +0100
commite1b2d5e2feab90e2106da6e44332b9c8f4090c58 (patch)
tree3b939b9d48283572e11c777408eba1350da34384 /RELEASE
parent0abe90933b6dfdaa624e05d9a7486cc37dbb9c50 (diff)
downloadappstream-glib-e1b2d5e2feab90e2106da6e44332b9c8f4090c58.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 b704296..6608a2c 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_2.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog appstream_glib_0_1_3.. | grep -i -v trivial | grep -v Merge > NEWS.new
--------------------------------------------------------------------------------
-Version 0.1.3
+Version 0.1.4
~~~~~~~~~~~~~
Released: 2014-xx-xx
@@ -20,8 +20,8 @@ Bugfixes:
4. Commit changes in git:
-git commit -a -m "Release version 0.1.3"
-git tag -s -f -m "Release 0.1.3" appstream_glib_0_1_3
+git commit -a -m "Release version 0.1.4"
+git tag -s -f -m "Release 0.1.4" appstream_glib_0_1_4
<gpg password>
git push --tags
git push