Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 392 Bytes

RELEASE.rst

File metadata and controls

18 lines (11 loc) · 392 Bytes

Things to do when releasing a new version

This file is a memo for the maintainer.

1. Release

  • Edit / update changelog in README.md
  • Commit / tag (git commit -m vYYYY.MM.DD && git tag vYYYY.MM.DD && git push && git push --tags)

2. Publish Github Release

  • Make a release on Github
  • Add changelog