Skip to content

Commit

Permalink
Merge pull request #33 from xylix/release-note-instructions
Browse files Browse the repository at this point in the history
Add release note instructions
  • Loading branch information
johan-bjareholt committed Mar 13, 2020
2 parents 9201956 + f10f71e commit adbd437
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,7 @@ 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
- Generate commit changelog with scripts/release_notes.sh
- Read it from commit_summary.txt and clean it a bit (remove non-user-affecting changes, merge commits etc)
#. Wait for the builds to finish
#. Post about it online: Twitter, the forum, mailinglist (if major)

0 comments on commit adbd437

Please sign in to comment.