trivial: post release version bump

This commit is contained in:
Matthias Klumpp 2017-03-08 20:59:13 +01:00
parent 0ab0f48e98
commit 84d5cf93ca
2 changed files with 6 additions and 6 deletions

10
RELEASE
View File

@ -2,10 +2,10 @@ AppStream Generator Release Notes
1. Write NEWS entries for AppStream Generator in the same format as usual.
git shortlog v0.6.2.. | grep -i -v trivial | grep -v Merge > NEWS.new
git shortlog v0.6.3.. | grep -i -v trivial | grep -v Merge > NEWS.new
--------------------------------------------------------------------------------
Version 0.6.3
Version 0.6.4
~~~~~~~~~~~~~~
Released: 2017-xx-xx
@ -18,8 +18,8 @@ Bugfixes:
2. Commit changes in Git:
git commit -a -m "Release version 0.6.3"
git tag -s -f -m "Release 0.6.3" v0.6.3 <gpg password>
git commit -a -m "Release version 0.6.4"
git tag -s -f -m "Release 0.6.4" v0.6.4 <gpg password>
git push --tags
git push
@ -33,6 +33,6 @@ git push
5. Send an email to appstream@lists.freedesktop.org
=================================================
AppStream Generator 0.6.3 released!
AppStream Generator 0.6.4 released!
=================================================

View File

@ -34,7 +34,7 @@ import asgen.utils : existsAndIsDir, randomString;
import asgen.logging;
public immutable generatorVersion = "0.6.3";
public immutable generatorVersion = "0.6.4";
/**
* Describes a suite in a software repository.