diff --git a/README.md b/README.md index 7edac1b..df60c8b 100644 --- a/README.md +++ b/README.md @@ -184,3 +184,8 @@ A build is triggered when pull requests are created. This build will run `helm l ### Release Build Triggered when the repository is tagged (e.g. when a release is created). Also performs linting and testing, and will publish the chart to ACR on success. + + +### Releases +We use semantic versioning via GitHub releases to handle new releases of this application chart, this is done via automation called Release Drafter. When you merge a PR to master, a new draft release will be created. +More information is available about the [release process and how to create draft releases for testing purposes in more depth](https://hmcts.github.io/ops-runbooks/Testing-Changes/drafting-a-release.html)