stackit-cli/RELEASE.md at main · stackitcloud/stackit-cli

Latest commit

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