summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-09-01 14:59:59 +0100
committerRichard Hughes <richard@hughsie.com>2014-09-01 14:59:59 +0100
commitadd7f6f22b264fcc0327bc70e1d55ef0bb9396d0 (patch)
tree79f177acba507523ad7c9616011d46b5d16bfb1c /RELEASE
parentc964593a3bba9b59df17d93970fae8b93f228cd5 (diff)
downloadappstream-glib-add7f6f22b264fcc0327bc70e1d55ef0bb9396d0.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 e7e1458..4e2200c 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_2_4.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog appstream_glib_0_3_0.. | grep -i -v trivial | grep -v Merge > NEWS.new
--------------------------------------------------------------------------------
-Version 0.3.0
+Version 0.3.1
~~~~~~~~~~~~~
Released: 2014-xx-xx
@@ -20,8 +20,8 @@ Bugfixes:
4. Commit changes in git:
-git commit -a -m "Release version 0.3.0"
-git tag -s -f -m "Release 0.3.0" appstream_glib_0_3_0
+git commit -a -m "Release version 0.3.1"
+git tag -s -f -m "Release 0.3.1" appstream_glib_0_3_1
<gpg password>
git push --tags
git push