From 1fcbb5003d87342fe1ef6477610becbf042d6c5a Mon Sep 17 00:00:00 2001 From: Rees Pozzi Date: Fri, 16 Aug 2024 13:19:42 +0100 Subject: [PATCH 1/3] DTSPO-18355: Update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7edac1b..c507529 100644 --- a/README.md +++ b/README.md @@ -184,3 +184,4 @@ 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. +You can read more about this [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) From f0aa6f7451765b3d6181b35a933201642c3c216a Mon Sep 17 00:00:00 2001 From: Rees Pozzi Date: Fri, 16 Aug 2024 13:23:56 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c507529..b7a368a 100644 --- a/README.md +++ b/README.md @@ -184,4 +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. -You can read more about this [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) + + +### 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)) From d203bb20c18466a1cbc705746e6f95b932e3751e Mon Sep 17 00:00:00 2001 From: Rees Pozzi Date: Fri, 16 Aug 2024 13:24:40 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7a368a..df60c8b 100644 --- a/README.md +++ b/README.md @@ -188,4 +188,4 @@ Triggered when the repository is tagged (e.g. when a release is created). Also p ### 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)) +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)