From a1e339f850a349f53b7d78374590bb74a294a3c7 Mon Sep 17 00:00:00 2001 From: birdbird <6892457-tzugen@users.noreply.gitlab.com> Date: Sat, 3 Jun 2023 08:59:40 +0000 Subject: [PATCH] [skipCI] Update Release.md --- .gitlab/issue_templates/Release.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab/issue_templates/Release.md b/.gitlab/issue_templates/Release.md index 9ccc2edd..09488404 100644 --- a/.gitlab/issue_templates/Release.md +++ b/.gitlab/issue_templates/Release.md @@ -1,9 +1,9 @@ #### Before merge: -- [] MR is targetting the master branch -- [] RoboTests (5 physical, 10 virtual) on a Release apk return no errors -- [] Release notes present +- [ ] MR is targetting the master branch +- [ ] RoboTests (5 physical, 10 virtual) on a Release apk return no errors +- [ ] Release notes present #### After merge -- [] ``git fetch`` -- [] Create an annotated and signed tag: ``git tag -sa`` -- [] Push the tag to git:``git push --tags`` +- [ ] ``git fetch`` +- [ ] Create an annotated and signed tag: ``git tag -sa`` +- [ ] Push the tag to git:``git push --tags``