Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 329 Bytes

RELEASE.md

File metadata and controls

10 lines (10 loc) · 329 Bytes
  • Decide on a new version number following semantic versioning
  • Update dqmj1_info/meta_info.py
  • Update pyproject.toml
  • Update CHANGELOG.md
  • Create a new tag and push it
git tag -a "vX.Y.Z" -m "vX.Y.Z"
git push origin vX.Y.Z
  • Create a new release cotnaining the compiled binaries from the GitHub Actions run