Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 478 Bytes

RELEASE.md

File metadata and controls

9 lines (7 loc) · 478 Bytes

Release instructions

The following steps should be performed each and every time a new release is made.

  1. Switch to the main branch in your local installation
  2. Run git pull to get the latest code changes
  3. Edit CHANGELOG.md following the Keep a Changelog convention
  4. Run git commit -m "docs: update CHANGELOG" && git push
  5. Run git tag vX.X.X && git push --tags, replacing X with the appropriate version number