From 3809f5f289ee2bc3795a219d5b0fc2beeadb9eb3 Mon Sep 17 00:00:00 2001 From: Arie Peterson <arie@greenhost.nl> Date: Wed, 10 Jun 2020 17:52:46 +0200 Subject: [PATCH] Add details on release branch to issue template --- .gitlab/issue_templates/release.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitlab/issue_templates/release.md b/.gitlab/issue_templates/release.md index db25c145f..138d2e084 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 -- GitLab