mirror of
https://github.com/chatmail/relay.git
synced 2026-08-19 23:10:50 +00:00
33f9cddb1b
This is designed to help implement self-updating APKs (and later other clients), see counterpart https://github.com/chatmail/core/pull/8557
11 lines
434 B
Markdown
11 lines
434 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 [chatmaild/src/chatmaild/defaults/appversions.json](chatmaild/src/chatmaild/defaults/appversions.json).
|