systeroid/RELEASE.md
2022-04-09 12:17:05 +03:00

830 B

Creating a Release

  1. Update CHANGELOG.md
    • Do not commit changes yet.
  2. Run the release script: ./scripts/release.sh v[X.Y.Z]
    • Changes will be committed and a tag will be created.
  3. Push the changes: git push
  4. Push the tags: git push --tags
  5. Check the status of Continuous Deployment workflow.