Skip to main content
Last updated: 30 Jan 2024

How a new version of an app is released

A new release of an app automatically occurs when:

  • a user merges a PR to the main branch of an app’s GitHub repo
  • the merge commit passes all pre-release tests

The release.yml shared workflow runs automatically in GitHub Actions and adds a Git tag for the release. Release tags are of the form v followed by a sequential number.