summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2016-02-12 16:45:53 +0000
committerRichard Hughes <richard@hughsie.com>2016-02-12 16:45:53 +0000
commitab5b41e99448b9561fed75562af0cd96611b216a (patch)
tree17742c9b8b18e5e6d7197ff9fed17a2de23f547d /RELEASE
parent2eeed73046e30a073c56447b36dfcf6543f3f0b9 (diff)
downloadappstream-glib-ab5b41e99448b9561fed75562af0cd96611b216a.tar.gz
trivial: post release version bump
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE10
1 files changed, 5 insertions, 5 deletions
diff --git a/RELEASE b/RELEASE
index 5383161..da0e53d 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,11 +2,11 @@ Appstream-Glib Release Notes
1. Write NEWS entries for appstream_glib in the same format as usual.
-git shortlog appstream_glib_0_5_8.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog appstream_glib_0_5_9.. | grep -i -v trivial | grep -v Merge > NEWS.new
--------------------------------------------------------------------------------
-Version 0.5.9
-~~~~~~~~~~~~~
+Version 0.5.10
+~~~~~~~~~~~~~~
Released: 2016-xx-xx
Notes:
@@ -29,8 +29,8 @@ git add *.po
4. Commit changes in git:
-git commit -a -m "Release version 0.5.9"
-git tag -s -f -m "Release 0.5.9" appstream_glib_0_5_9
+git commit -a -m "Release version 0.5.10"
+git tag -s -f -m "Release 0.5.10" appstream_glib_0_5_10
<gpg password>
git push --tags
git push