RELEASE.md
The following sections describe how to create a new release.
Please note that for the process to work, the following requirements must be met:
ANDROID_RELEASE_SIGNING_KEYANDROID_RELEASE_KEY_ALIASANDROID_RELEASE_KEYSTORE_PASSWORDANDROID_RELEASE_KEY_PASSWORDversionNumber and versionCode in build.gradle.kts.fastlane/metadata/android/en-US/changelogs/<versionCode>.txt and write a short summary about the release into this file.master branch.master branch, e.g. via git tag v0.0 && git push --tags.