summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2016-02-02 13:53:54 +0000
committerRichard Hughes <richard@hughsie.com>2016-02-02 13:53:54 +0000
commita0a509e7b7406ef74efc0751a2f8184f2fa4d8e8 (patch)
treefdac9fc0bad6f1480e5c074ac5e1b65c7697cd12 /RELEASE
parent5fc1cc1bd90810f7e1511ffc75093743fd72587c (diff)
downloadappstream-glib-a0a509e7b7406ef74efc0751a2f8184f2fa4d8e8.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 6050d33..903813b 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_7.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog appstream_glib_0_5_8.. | grep -i -v trivial | grep -v Merge > NEWS.new
--------------------------------------------------------------------------------
-Version 0.5.8
+Version 0.5.9
~~~~~~~~~~~~~
Released: 2015-xx-xx
@@ -29,8 +29,8 @@ git add *.po
4. Commit changes in git:
-git commit -a -m "Release version 0.5.8"
-git tag -s -f -m "Release 0.5.8" appstream_glib_0_5_8
+git commit -a -m "Release version 0.5.9"
+git tag -s -f -m "Release 0.5.9" appstream_glib_0_5_9
<gpg password>
git push --tags
git push