0.16.0
The highlight of 0.16.0 is support for scope inference via commit messages. See the README for details.
General commit message format reckon looks for:
<scope>(optional area of codebase): rest of message
body is not used
Example:
major: Dropped support for Gradle 5
This is a breaking change reoving support for Gradle 5 due to use of a new feature in Gradle 6.
This feature is not limited to this convention alone, but this is the one I made easy to turn on.
Breaking Changes
None
Enhancements
- #172 Supports inferring scope from commit messages
- #72 Expose custom strategy methods for scope and stage calculation
Fixes
None
Deprecations
None
Compatibility
Tested against the following versions.
Java Version | Gradle Versions |
---|---|
11 | 7.0.2, 7.4 |
17 | 7.3.3, 7.4 |