protoncore_android/tools
Neil Marietta c517bba3ee chore: Upgraded Kotlin to 1.9.22 (and needed dependencies). 2024-02-28 18:09:18 +00:00
..
conventional-commits chore!: Upgraded AGP to 8.0.2 (+Java 17). 2023-07-04 16:22:38 +02:00
gradle/wrapper chore: Upgraded Kotlin to 1.9.22 (and needed dependencies). 2024-02-28 18:09:18 +00:00
README.md feat: Added automatic Changelog based on conventional commits. 2022-05-02 18:27:13 +02:00
build.gradle.kts feat: Added automatic Changelog based on conventional commits. 2022-05-02 18:27:13 +02:00
gradlew chore: Upgraded Kotlin to 1.9.22 (and needed dependencies). 2024-02-28 18:09:18 +00:00
gradlew.bat chore: Upgraded Gradle to 8.0.2. 2023-07-03 18:27:27 +02:00
settings.gradle.kts chore: Upgraded Gradle to 8.0.2. 2023-07-03 18:27:27 +02:00

README.md

Proton Core Tools

conventional-commits

The tool can be used to verify commit messages, propose new version, generate and update the changelog.

Usage in CI

By launching the deploy-build-tools job on CI, the tool will be built and uploaded into package registry.

To use the tool in a CI job, you need to download it from package registry. To do that, reference the .download-tools script in your job.