From 325aa405aa078ef96700360aa23e880a754cd4dd Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Thu, 19 Aug 2021 15:17:56 +0200 Subject: [PATCH] Do a pip upgrade before an upgrade test --- .gitlab/issue_templates/release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/issue_templates/release.md b/.gitlab/issue_templates/release.md index 133154c30..1fe331ce9 100644 --- a/.gitlab/issue_templates/release.md +++ b/.gitlab/issue_templates/release.md @@ -9,9 +9,9 @@ Make these changes in the master branch before releasing: * 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` -* [ ] Do a manual upgrade test from last release version to `master` * [ ] Update dependencies in `requirements.txt` by following the instructions in `requirements.in` +* [ ] Do a manual upgrade test from last release version to `master` * [ ] Create a release merge request for the master branch ## In the release merge request -- GitLab