Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 442 Bytes

RELEASE.md

File metadata and controls

9 lines (8 loc) · 442 Bytes

How to release a new version

  1. Add a new version to CHANGELOG.md. Browse through https://github.com/oceansprint/tesh/commits/main to see what was done since last release. Remember to set the correct release date.
  2. Set the same version in pyproject.toml.
  3. make tests
  4. git add -p && git ci -m "release VERSION"
  5. git push origin main and wait for GitHub Actions to pass the build.
  6. git tag VERSION
  7. git push --tags