mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-07-22 11:21:56 +03:00
11 lines
348 B
Markdown
11 lines
348 B
Markdown
#### Before merge:
|
|
- [ ] MR is targetting the master branch
|
|
- [ ] **Squash commits must be disabled!**
|
|
- [ ] 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``
|