From 703a5dc7cc0da95f2ed6a28914b82c9e66c15e18 Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Wed, 14 Jul 2021 15:22:38 +0200 Subject: [PATCH] Update release template --- .gitlab/issue_templates/release.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.gitlab/issue_templates/release.md b/.gitlab/issue_templates/release.md index 57805a24a..14a420781 100644 --- a/.gitlab/issue_templates/release.md +++ b/.gitlab/issue_templates/release.md @@ -2,19 +2,16 @@ ## Changes to do on the master branch before releasing -Create a MR for the master branch with the following changes: - +* [ ] Create a MR for the master branch for the following changes: * update/review `docs/*` and make sure it matches the current state * [ ] Update how to checkout the latest stable tag * [ ] Document how to upgrade in `docs/upgrade.md` -* [ ] Update dependencies in `requirements-stable.txt` - 1. Create a new `virtualenv` and activate it - 2. Run `pip3 install -r requirements.txt` - 3. Run `pip3 freeze > requirements-stable.txt` +* [ ] Update dependencies in `requirements-stable.txt` by following the + instructions in `requirements.in` * [ ] update [CHANGELOG.md](https://keepachangelog.com/en/1.0.0/) - * Include `Known issues` + * [ ] Include `Known issues` * [ ] update the version number in the `VERSION` file - * [ ] commit (signed) +* [ ] commit (signed) * [ ] Push to MR * [ ] Wait for MR to get merged into master -- GitLab