Skip to content

Commit

Permalink
docs(README.md): add notes on release in 'Contributing' section
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshgngwr committed Mar 19, 2020
1 parent 70fbe7a commit 3faaaaf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@ Small pull requests for things like typos, bug fixes, etc are always welcome.
- Include tests when adding new features.
- When fixing bugs, start with adding a test that highlights how the current behavior is broken. This is not mandatory since it is not always possible/approachable.

### Releases

Noice uses [Travis CI](https://travis-ci.org) for automatically building and pushing releases to Google Play store. All releases happen in two stages.

- First, a candidate release is pushed to beta track on Google Play Store. Git tags for these are marked with format `0.0.0-rc`.
- After ample time, release candidates are released to public track on Google Play Store. Git tags for these are marked with format `0.0.0`.
- F-Droid releases are automatically picked by its builder based on the latest tag. See [metadata](https://gitlab.com/fdroid/fdroiddata/-/blob/master/metadata/com.github.ashutoshgngwr.noice.yml) for more information.

## Privacy Policy

Noice does not collect any kind of data from users. Heck, it doesn't even connect to the Internet.
Expand Down

0 comments on commit 3faaaaf

Please sign in to comment.