Skip to content

Git flow

Matthew Tighe edited this page May 16, 2019 · 3 revisions

Our default branch is master. When merging feature branches, use the squash and merge option.

To make a release, simply bump the versionCode and versionName fields of build.gradle and PR from master into releases using a merge commit. Merge commits are automatically ignored when generating release notes. CD will handle releasing to the play-store and generating a Github release, which F-Droid will pull from for their release.