mirror of
https://github.com/chatmail/relay.git
synced 2026-08-12 19:40:50 +00:00
381a1e30e0
This is designed to help implement self-updating APKs (and later other clients), see counterpart https://github.com/chatmail/core/pull/8557
11 lines
368 B
Markdown
11 lines
368 B
Markdown
# Contributing to the chatmail relay
|
|
|
|
Commit messages follow the [Conventional Commits] notation.
|
|
We use [git-cliff] to generate the changelog from commit messages before the release.
|
|
|
|
[Conventional Commits]: https://www.conventionalcommits.org/
|
|
[git-cliff]: https://git-cliff.org/
|
|
|
|
To update client app version information,
|
|
edit [APPVERSIONS.json](APPVERSIONS.json).
|