From 354b99ed2e64e633852bdca932037f57a8fe9bce Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Fri, 27 Jan 2023 21:31:17 +0100 Subject: [PATCH] Update Release-creation.md --- docs/Release-creation.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/docs/Release-creation.md b/docs/Release-creation.md index 1e5474e..995ebcd 100644 --- a/docs/Release-creation.md +++ b/docs/Release-creation.md @@ -7,10 +7,16 @@ ## Release creation steps 1. Merge`rolling` into `master` branch 2. Best to wait for the GitHub action to run successfully -3. On `master` branch tag the version like `v11.3.1` and don't forget to push it. -4. Wait for the GitHub-Action of release creation. After all is done: +3. On `master` branch tag the version like `v11.3.1` and don't forget to push it: + ``` + git checkout master + git pull + git tag v14.0.0 + git push --tags + ``` +5. Wait for the GitHub-Action of release creation. After all is done: * the release should be created * the artifacts are downloadable from release * The documented changes were applied to the release -5. Merge master back in `rolling` -6. Check that the [Web Installer]() shows the right version +6. Merge master back in `rolling` +7. Check that the [Web Installer]() shows the right version