Skip to main content
Last updated: 25 Aug 2023

How a new version of an app is released

A new release of an app automatically occurs when:

  • a user adds a new merge commit to the main branch of an app
  • that app successfully passes all pre-release tests

Jenkins automatically adds a Git tag with the release number to that merge commit. The release tag is a number, incremented by one from the number of the previous release tag.