Remove towncrier invocation when building nightly.

This commit is contained in:
Benoit Marty 2024-06-27 11:45:14 +02:00
parent 8a609c4ab5
commit a565a0396f
4 changed files with 6 additions and 15 deletions

View file

@ -42,10 +42,6 @@ Then you can run the following commands (which are also used in the file for [th
```sh
git checkout develop
mv towncrier.toml towncrier.toml.bak
sed 's/CHANGES\.md/CHANGES_NIGHTLY\.md/' towncrier.toml.bak > towncrier.toml
rm towncrier.toml.bak
yes n | towncrier build --version nightly
./gradlew assembleGplayNightly appDistributionUploadGplayNightly $CI_GRADLE_ARG_PROPERTIES
```