From 4aecbf1c7bc02aa27951bd7713861f77360f3b9a Mon Sep 17 00:00:00 2001 From: Grzegorz Orczykowski Date: Tue, 24 Oct 2023 12:55:14 +0200 Subject: [PATCH] Merge pull request #5793 from seadowg/update-test Update test --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 358154c0851..8a9a700c647 100644 --- a/README.md +++ b/README.md @@ -261,6 +261,7 @@ Maintainers keep a folder with a clean checkout of the code and use [jenv.be](ht ### Release checklist: - update translations +- run `./gradlew checkAll` and ensure everything passes - tag the build by [adding a release](https://github.com/getodk/collect/releases). Tags for full releases must have the format `vX.X.X`. Tags for beta releases must have the format `vX.X.X-beta.X`. - run `./gradlew assembleOdkCollectRelease`. If successful, a signed release will be at `collect_app/build/outputs/apk`.