Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 382 Bytes

RELEASE_PROCESS.md

File metadata and controls

7 lines (6 loc) · 382 Bytes

Release process

  • create branch with name release/v{marketing}_{major}.{minor} e.g. release/v5_4.13 for hotfix this branch should already exist
  • update CHANGELOG.md
  • push new tag v{marketing}_{major}.{minor}.{hotfix} e.g. v5_4.13.0 to trigger publish pipeline
  • merge release branch to release branches with higher version and master
  • publish release to make it public