From bd0eb5e1a8f4f36dcfaa55f4e3e62f0836b85044 Mon Sep 17 00:00:00 2001 From: Lorenzo Natali Date: Tue, 5 Dec 2023 17:57:49 +0100 Subject: [PATCH] Update release_steps.md --- .github/ISSUE_TEMPLATE/release_steps.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/release_steps.md b/.github/ISSUE_TEMPLATE/release_steps.md index 491a08a671..565fcbd922 100644 --- a/.github/ISSUE_TEMPLATE/release_steps.md +++ b/.github/ISSUE_TEMPLATE/release_steps.md @@ -32,7 +32,10 @@ This steps have to be followed always when preparing a new release. - A new branch named `YYYY.XX.xx` with fixed versions - [ ] Merge the incoming PR created by the workflow - [ ] Create on [ReadTheDocs](https://readthedocs.org/projects/mapstore/) project the version build for `YYYY.XX.xx` (click on "Versions" and activate the version of the branch) -- [ ] create a branch with the same name (`YYYY.XX.xx`) in [MapStoreExtension](https://github.com/geosolutions-it/MapStoreExtension) repository. +- [ ] Run the [`Cut Release Branch`](https://github.com/geosolutions-it/MapStoreExtension/actions/workflows/cut_release_branch.yml) workflow on MapStoreExtension project, indicating: + - [ ] Use workflow from branch `master` + - [ ] MapStore branch name to use: `YYYY.XX.xx` + - [ ] main branch `master` (default) ## Before the Release