summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2017-02-27 14:33:24 +0000
committerRichard Hughes <richard@hughsie.com>2017-02-27 14:33:24 +0000
commit14e90b565d0b254be1bd98c786b1a4058b23b843 (patch)
treed5867171dc6f3a47cab18bc8cc7edd66107f25fd /RELEASE
parent1e67d3ad1509b5bf3f9dc1494cae4ad003c5fb43 (diff)
downloadappstream-glib-14e90b565d0b254be1bd98c786b1a4058b23b843.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 e221316..69effcb 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_6_8.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog appstream_glib_0_6_9.. | grep -i -v trivial | grep -v Merge > NEWS.new
--------------------------------------------------------------------------------
-Version 0.6.9
-~~~~~~~~~~~~~
+Version 0.6.10
+~~~~~~~~~~~~~~
Released: 2017-xx-xx
Notes:
@@ -27,8 +27,8 @@ git add po/*.po
4. Commit changes in git:
-git commit -a -m "Release version 0.6.9"
-git tag -s -f -m "Release 0.6.9" appstream_glib_0_6_9
+git commit -a -m "Release version 0.6.10"
+git tag -s -f -m "Release 0.6.10" appstream_glib_0_6_10
<gpg password>
git push --tags
git push