summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2015-08-12 09:12:41 +0100
committerRichard Hughes <richard@hughsie.com>2015-08-12 09:12:41 +0100
commitb7dcb22b7cc560b6a5261e6d96c13dc32c0194ad (patch)
tree497e436f0c4d1c2e0db931d88e02f5b7a2ba9ca4 /RELEASE
parentd3885c325271fee0bed5c5815d41eb788712acb4 (diff)
downloadappstream-glib-b7dcb22b7cc560b6a5261e6d96c13dc32c0194ad.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 4469bc9..8d43315 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_4_1.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog appstream_glib_0_5_0.. | grep -i -v trivial | grep -v Merge > NEWS.new
--------------------------------------------------------------------------------
-Version 0.5.0
+Version 0.5.1
~~~~~~~~~~~~~
Released: 2015-xx-xx
@@ -20,8 +20,8 @@ Bugfixes:
4. Commit changes in git:
-git commit -a -m "Release version 0.5.0"
-git tag -s -f -m "Release 0.5.0" appstream_glib_0_5_0
+git commit -a -m "Release version 0.5.1"
+git tag -s -f -m "Release 0.5.1" appstream_glib_0_5_1
<gpg password>
git push --tags
git push