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