Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 241 Bytes

README.release.md

File metadata and controls

7 lines (6 loc) · 241 Bytes

Cutting a Release Checklist

  • Update the README.md file to reflect the new version.
  • Update the helm Chart.yaml to reflect the new version.
  • Commit and merge.
  • Tag the release git tag x.y.z
  • Push the tag git push origin x.y.z