Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 929 Bytes

RELEASE-CHECKLIST.md

File metadata and controls

30 lines (20 loc) · 929 Bytes

Release Checklist

This list is supposed to make sure we do not forget any important steps during release.

  1. Check and update issue tracker for issues associated with current milestone

  2. Update CHANGELOG.md with all elements missing A useful tool is the github_changelog_generator

    It can be used like this:

sudo gem install github_changelog_generator
github_changelog_generator -u smarr -p SOMns --token ${GITHUB_TOKEN}
  1. Make sure all desired changes are part of the dev branch.

  2. Prepare a release on GitHub with: https://github.com/smarr/SOMns/releases/new The content is normally just the last part of the CHANGELOG.md

  3. If everything looks good, tag the release using the GitHub feature

  4. Push the commit that is tagged as release to the master branch.

  5. Announce the release