summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2015-10-27 12:31:04 +0000
committerRichard Hughes <richard@hughsie.com>2015-10-27 12:31:04 +0000
commitfc811ceda08585fdcf31c97bac3626561b6ac136 (patch)
treedef5b8914e6f14ace5231408599b0b763a2ddbea /RELEASE
parent81a27888453403788605787546bb698a2c836952 (diff)
downloadappstream-glib-fc811ceda08585fdcf31c97bac3626561b6ac136.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 407c2fb..b69d909 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_1.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog appstream_glib_0_5_2.. | grep -i -v trivial | grep -v Merge > NEWS.new
--------------------------------------------------------------------------------
-Version 0.5.2
+Version 0.5.3
~~~~~~~~~~~~~
Released: 2015-xx-xx
@@ -29,8 +29,8 @@ git add *.po
4. Commit changes in git:
-git commit -a -m "Release version 0.5.2"
-git tag -s -f -m "Release 0.5.2" appstream_glib_0_5_2
+git commit -a -m "Release version 0.5.3"
+git tag -s -f -m "Release 0.5.3" appstream_glib_0_5_3
<gpg password>
git push --tags
git push