diff --git a/.gitlab/issue_templates/release.md b/.gitlab/issue_templates/release.md index db25c145f1c5e2326983aa41bbbdb6aa1022253b..138d2e08441c4dd2912eda9035d76e4dc58edda6 100644 --- a/.gitlab/issue_templates/release.md +++ b/.gitlab/issue_templates/release.md @@ -1,10 +1,13 @@ # Release checklist: +* [ ] If this is a major release, create a new release branch (`v0.4`, etc.). * [ ] update/review `docs/*` and make sure it matches the current state * Update how to checkout the latest stable tag -* [ ] Ensure all dependencies are updated and locked +* [ ] Ensure all dependencies are updated and locked (locking should be done + only on the release branch): * [ ] `requirements-stable.lock` - * [ ] `flux/*` + * [ ] chart versions in `flux/*` + * [ ] in `ansible/group_vars/all/oas.yml`: `flux_source.branch` should be set to the release branch * [ ] update [CHANGELOG.md](https://keepachangelog.com/en/1.0.0/) * Include `Known issues` * [ ] update the version number in the `VERSION` file