Skip to content

Commit

Permalink
Add release note instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
xylix committed Mar 11, 2020
1 parent 9201956 commit f5fe9f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,9 @@ Making a release
#. Create a signed tag: :code:`git tag -s v0.7.1`
#. Push the commit and tag: :code:`git push origin refs/tags/v0.7.1`
#. Create a release on GitHub
- For release notes:
- Main repo `git log $PREVIOUS_RELEASE_TAG...master --oneline --decorate >> commit_summary.txt`
- submodules `git submodule foreach --recursive git submodule summary $PREVIOUS_RELEASE_TAG >> commit_summary.txt`
- then clean it up
#. Wait for the builds to finish
#. Post about it online: Twitter, the forum, mailinglist (if major)

0 comments on commit f5fe9f8

Please sign in to comment.