Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 600 Bytes

RELEASE.md

File metadata and controls

17 lines (11 loc) · 600 Bytes

Release

Release cycle

A release should be created at least every 2 weeks.

Release creation

Important

Consider informing / syncing with the team before creating a new release.

  1. Check out latest main branch on your machine
  2. Create git tag: git tag vX.X.X
  3. Push the git tag: git push origin --tags
  4. The release pipeline will build the release and publish it on GitHub
  5. Ensure the release was created properly using the releases page