From ae8ad249784765d9ae837726f6be706902baf0b0 Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Tue, 22 Oct 2019 15:07:13 +0200 Subject: [PATCH] Create MR release template Closes: #345 --- .gitlab/issue_templates/release.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitlab/issue_templates/release.md diff --git a/.gitlab/issue_templates/release.md b/.gitlab/issue_templates/release.md new file mode 100644 index 000000000..7caec1081 --- /dev/null +++ b/.gitlab/issue_templates/release.md @@ -0,0 +1,10 @@ +# Release checklist: + +- [ ] update/review documentation and make sure it matches the current state + - Update how to checkout the latest stable tag +- [ ] update [CHANGELOG.md](https://keepachangelog.com/en/1.0.0/) + - Include `Known issues` +- [ ] update the version number in the `VERSION` file +- [ ] commit +- [ ] create signed tag (`git tag -s 0.2.0 -m'Release 0.2.0'`) +- [ ] Push to MR, including tag -- GitLab