Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 269 Bytes

Releasing.md

File metadata and controls

6 lines (5 loc) · 269 Bytes

Releasing

  1. Write the release notes in notes/{version-number}.md
  2. Create a git tag for the version git tag v{version-number} && git push --tags
  3. The release process will be run using github actions. See release.yaml