Releases: xvik/gradle-github-info-plugin
Releases · xvik/gradle-github-info-plugin
2.0.0
1.5.0
- (breaking) Starting from gradle 7.6, gradlePlugin.website (and vcsUrl) would be configured instead of pluginBundle.website
(with publish plugin 1.0 pluginBundle not needed, but trigger backwards compatibility if configured)
Older gradle versions (before 7.6) would work as before - Gradle 8 compatibility
1.4.0
1.3.0
1.2.0
1.1.0
- Add
changelogFile
configuration property, used to specify changelog file path. Default file name is recognized by
CHANGELOG.md, CHANGELOG.txt or CHANGELOG files in project root. - Add bintray plugin properties support (available since 1.6 plugin version):
- githubRepo (required for bintray github integration and to show github readme)
- githubReleaseNotesFile (used to show github changelog on bintray)