Skip to content

Commit

Permalink
Add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ximion committed Apr 18, 2016
1 parent 0859ea9 commit 1941438
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions RELEASE
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
AppStream Generator Release Notes

1. Write NEWS entries for AppStream Generator in the same format as usual.

git shortlog v0.1.0.. | grep -i -v trivial | grep -v Merge > NEWS.new

--------------------------------------------------------------------------------
Version 0.2.0
~~~~~~~~~~~~~~
Released: 2016-xx-xx

Notes:

Features:

Bugfixes:
--------------------------------------------------------------------------------

2. Commit changes in Git:

git commit -a -m "Release version 0.2.0"
git tag -s -f -m "Release 0.2.0" v0.2.0 <gpg password>
git push --tags
git push

3. Do post release version bump in source/config.d, RELEASE

4. Commit trivial changes:

git commit -a -m "trivial: post release version bump"
git push

5. Send an email to [email protected]

=================================================
AppStream Generator 0.2.0 released!

=================================================

0 comments on commit 1941438

Please sign in to comment.