summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2016-01-22 14:04:01 +0000
committerRichard Hughes <richard@hughsie.com>2016-01-22 14:04:01 +0000
commitfe801fe926f09a7a53b68af9ad9b8ae7fcbd881e (patch)
tree80c86bd60108a0e20f4ae85f2ac4f83d8efb4ffc /RELEASE
parent73fd7a07d1dfc3870c2b1bd5e5ecfd1c9864bb4a (diff)
downloadappstream-glib-fe801fe926f09a7a53b68af9ad9b8ae7fcbd881e.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 834de08..6050d33 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_6.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog appstream_glib_0_5_7.. | grep -i -v trivial | grep -v Merge > NEWS.new
--------------------------------------------------------------------------------
-Version 0.5.7
+Version 0.5.8
~~~~~~~~~~~~~
Released: 2015-xx-xx
@@ -29,8 +29,8 @@ git add *.po
4. Commit changes in git:
-git commit -a -m "Release version 0.5.7"
-git tag -s -f -m "Release 0.5.7" appstream_glib_0_5_7
+git commit -a -m "Release version 0.5.8"
+git tag -s -f -m "Release 0.5.8" appstream_glib_0_5_8
<gpg password>
git push --tags
git push