summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2016-02-26 20:11:59 +0000
committerRichard Hughes <richard@hughsie.com>2016-02-26 20:11:59 +0000
commit2b03dcc668b48f8a9e6e769a62f14470902af513 (patch)
tree525ba2dc3233a19d910dae8b393ec9cae48b3ae3 /RELEASE
parentee7e65ff269b3ac7dce39b91e25df74ef12dfbb4 (diff)
downloadappstream-glib-2b03dcc668b48f8a9e6e769a62f14470902af513.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 da0e53d..8944b62 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_5_9.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog appstream_glib_0_5_10.. | grep -i -v trivial | grep -v Merge > NEWS.new
--------------------------------------------------------------------------------
-Version 0.5.10
+Version 0.5.11
~~~~~~~~~~~~~~
Released: 2016-xx-xx
@@ -29,8 +29,8 @@ git add *.po
4. Commit changes in git:
-git commit -a -m "Release version 0.5.10"
-git tag -s -f -m "Release 0.5.10" appstream_glib_0_5_10
+git commit -a -m "Release version 0.5.11"
+git tag -s -f -m "Release 0.5.10" appstream_glib_0_5_11
<gpg password>
git push --tags
git push