Add release template -SkipCI

This commit is contained in:
birdbird 2023-06-03 08:58:47 +00:00
parent c5c0497716
commit 4809317c63

View 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``