Setup towncrier

This commit is contained in:
Benoit Marty 2023-01-11 14:56:13 +01:00
parent 6b12537e8f
commit b2719bc3bc
7 changed files with 79 additions and 6 deletions

View file

@ -93,7 +93,8 @@ android {
firebaseAppDistribution {
artifactType = "APK"
// releaseNotesFile = TODO
// This file will be generated by the GitHub action
releaseNotesFile = "CHANGES_NIGHTLY.md"
groups = "external-testers"
// This should not be required, but if I do not add the appId, I get this error:
// "App Distribution halted because it had a problem uploading the APK: [404] Requested entity was not found."