Skip to content

Starting the release

Andrés Miguel Rubio edited this page Jul 19, 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

When code freeze start, the release owner has to perform this process, which 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 develop.
    • Release version name: the new release version (ie: 2.9.1).
    • Development version name: the next development version which will remain on develop (ie: 2.10-DEV).
  • In Mobile UI library:
    • Create a release branch with the next release version name.
    • In develop increment release version name to the next one.
  • In Slack, in the android-app-dev channel, write a message informing that the release has started.