summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE10
1 files changed, 5 insertions, 5 deletions
diff --git a/RELEASE b/RELEASE
index a3eef04..27e609c 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_17.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog appstream_glib_0_6_1.. | grep -i -v trivial | grep -v Merge > NEWS.new
--------------------------------------------------------------------------------
-Version 0.6.1
-~~~~~~~~~~~~~~
+Version 0.6.2
+~~~~~~~~~~~~~
Released: 2016-xx-xx
Notes:
@@ -27,8 +27,8 @@ git add po/*.po
4. Commit changes in git:
-git commit -a -m "Release version 0.6.1"
-git tag -s -f -m "Release 0.6.1" appstream_glib_0.6.1
+git commit -a -m "Release version 0.6.2"
+git tag -s -f -m "Release 0.6.2" appstream_glib_0.6.2
<gpg password>
git push --tags
git push