mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-07-18 09:21:57 +03:00
348 B
348 B
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