0
How to: Release
birdbird edited this page 2023-05-12 12:58:55 +00:00
  1. To create a new release, open a MR with "master" branch as target.
  2. Add the commits as well as the release notes.
  3. Merge the branch into master after CI went successful.
  4. Run git fetch on your local machine.
  5. Create an annotated and signed tag: git tag -sa
  6. Push the tag to git: git push --tags
  7. F-Droid will start building the new release after some time.