mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-15 08:50:35 +03:00
Add release template -SkipCI
This commit is contained in:
parent
c5c0497716
commit
4809317c63
9
.gitlab/issue_templates/Release.md
Normal file
9
.gitlab/issue_templates/Release.md
Normal file
@ -0,0 +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
|
||||
|
||||
#### After merge
|
||||
- [] ``git fetch``
|
||||
- [] Create an annotated and signed tag: ``git tag -sa``
|
||||
- [] Push the tag to git:``git push --tags``
|
Loading…
x
Reference in New Issue
Block a user