summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-05-28 15:50:28 +0100
committerRichard Hughes <richard@hughsie.com>2014-05-28 15:50:28 +0100
commitb6fe6c1393234a7d98c2149c645c045238b8f25a (patch)
tree7f0a10e472f9c325fa3ec57e09d2e9b6b6af2ffb /RELEASE
parent64bea8c18191eb91ca42f7c55556cc2d7ce34a6a (diff)
downloadappstream-glib-b6fe6c1393234a7d98c2149c645c045238b8f25a.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 2fd332a..60afab3 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_5.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog appstream_glib_0_1_6.. | grep -i -v trivial | grep -v Merge > NEWS.new
--------------------------------------------------------------------------------
-Version 0.1.6
+Version 0.1.7
~~~~~~~~~~~~~
Released: 2014-xx-xx
@@ -20,8 +20,8 @@ Bugfixes:
4. Commit changes in git:
-git commit -a -m "Release version 0.1.6"
-git tag -s -f -m "Release 0.1.6" appstream_glib_0_1_6
+git commit -a -m "Release version 0.1.7"
+git tag -s -f -m "Release 0.1.7" appstream_glib_0_1_7
<gpg password>
git push --tags
git push