Skip to content

Commit

Permalink
Prepare changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
has2k1 committed Jun 30, 2016
1 parent 6b9c76e commit d3ec975
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ Changelog

v0.1.0
------
*(unreleased)*
*(2016-06-30)*

First public release
1 change: 1 addition & 0 deletions how-to-release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ release date, tag with the version number & push the tags

git checkout master
vim doc/changelog.rst
git add doc/changelog.rst
git commit -m 'Prepare changelog for release'
git tag -a v0.1.0 -m 'Version: 0.1.0'
git push upstream --tags
Expand Down

0 comments on commit d3ec975

Please sign in to comment.