From 4322a7d673f6a6d06a54c369f9f9091d8a8a7800 Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Sat, 9 Nov 2024 10:10:17 +0100 Subject: [PATCH] move RELEASE_INSTRUCTION.md --- .../.github => .github}/RELEASE_INSTRUCTION.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) rename {src/Umbraco.Web.UI.Client/.github => .github}/RELEASE_INSTRUCTION.md (83%) diff --git a/src/Umbraco.Web.UI.Client/.github/RELEASE_INSTRUCTION.md b/.github/RELEASE_INSTRUCTION.md similarity index 83% rename from src/Umbraco.Web.UI.Client/.github/RELEASE_INSTRUCTION.md rename to .github/RELEASE_INSTRUCTION.md index cfd5e491e7..e02e03332e 100644 --- a/src/Umbraco.Web.UI.Client/.github/RELEASE_INSTRUCTION.md +++ b/.github/RELEASE_INSTRUCTION.md @@ -1,24 +1,23 @@ # Bellissima release instructions - ## Build > _See internal documentation on the build/release workflow._ - ## GitHub Release Notes To generate release notes on GitHub. - Go to the [**Releases** area](https://github.com/umbraco/Umbraco.CMS.Backoffice/releases) - Press the [**"Draft a new release"** button](https://github.com/umbraco/Umbraco.CMS.Backoffice/releases/new) -- In the combobox for "Choose a tag", expand then select or enter the next version number, e.g. `v14.2.0` - - If the tag does not already exist, an option labelled "Create new tag: v14.2.0 on publish" will appear, select that option +- In the combobox for "Choose a tag", expand then select or enter the next version number, e.g. `release-14.2.0` + - If the tag does not already exist, an option labelled "Create new tag: release-14.2.0 on publish" will appear, select that option - In the combobox for "Target: main", expand then select the release branch for the next version, e.g. `release/14.2` - In the combobox for "Previous tag: auto": - If the next release is an RC, then you can leave as `auto` - - Otherwise, select the previous stable version, e.g. `v14.1.1` + - Otherwise, select the previous stable version, e.g. `release-14.1.1` - Press the **"Generate release notes"** button, this will populate the main textarea +- Change the title to match the version, e.g. `14.2.0` - Check the details, view in the "Preview" tab - What type of release is this? - If it's an RC, then check "Set as a pre-release" @@ -27,5 +26,5 @@ To generate release notes on GitHub. - If you need more time to review, press the **"Save draft"** button and you can come back to it later - If you are ready to make the release notes public, then press **"Publish release"** button! :tada: -> If you're curious about how the content is generated, take a look at the `release.yml` configuration: +> If you're curious about how the content is generated, take a look at the `release.yml` configuration: > https://github.com/umbraco/Umbraco.CMS.Backoffice/blob/main/.github/release.yml