Skip to content

Starting the release

Andrés Miguel Rubio edited this page Jan 2, 2024 · 13 revisions

During each of the release processes the release owner will be the touch point, has to be aware of possible SDK updates, new bugs etc...

Starting the Release

This process will create the release branch from a baseBranch generating a new one with the format: release/vName.

  • Launch Release start job in Github Actions with the parameters:
    • Use workflow from: the baseBranch.
    • Release version name: the new release version (ie: 2.9.1).
    • Development version name: the next development version which will remain on the base branch (ie: 2.10-DEV).
  • In Bitrise, modify the scheduled job ReadyForTestingAPK to run in release/xx branch instead of develop.