Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (11 loc) · 1013 Bytes

RELEASE.md

File metadata and controls

13 lines (11 loc) · 1013 Bytes

RELEASE PROCESS

To create a new release (example is for release v0.1.0):

  1. Increase the version according to Semantic Versioning in the VERSION file.
  2. Run make which updates version and appVersion in the Chart.yaml of the helm chart.
  3. Check out a new branch, which will be used for the pull request to update the version: git checkout -b BRANCH_NAME
  4. Commit these changes now using git commit -s -S.
  5. Push the branch using git push -u origin BRANCH_NAME with these changes and create a pull request on GitHub.
  6. Wait for pull request to be approved and merge it (if you have access to do so).
  7. In a few minutes, the CI should have built and published a draft of the release here GitHub - Releases List.
  8. Now edit the release and use the green button to publish the release.
  9. Congratulations! The release is now fully published.