mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-12 15:37:17 +03:00
0
How to: Release
birdbird edited this page 2023-05-12 12:58:55 +00:00
- To create a new release, open a MR with "master" branch as target.
- Add the commits as well as the release notes.
- Merge the branch into master after CI went successful.
- Run
git fetch
on your local machine. - Create an annotated and signed tag:
git tag -sa
- Push the tag to git:
git push --tags
- F-Droid will start building the new release after some time.