@@ -7,7 +7,7 @@ This is a template for creating Android Open Source libraries. This template fea
7
7
- 🔍 Code Quality checks with Detekt, Spotless and Tests
8
8
- 📕 Documentation setup with Dokka and MkDocs
9
9
- 📦 Dependency management with Version Catalogue
10
- - 📝 CHANGELOG following a keepchangelog.com format
10
+ - 📝 CHANGELOG following a keepchangelog.com format and JetBrains Changelog Plugin to accompany the release notes
11
11
- 🔧 Gradle Convention Plugins for consistent build configuration across modules
12
12
- 🌐 GH pages to host the documentation
13
13
@@ -75,8 +75,7 @@ to the Maven Central.
75
75
76
76
This template follows the [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) format for
77
77
changelog entries. The changelog is stored in the ` CHANGELOG.md ` file.
78
- When Draft Release is created, the script ` get_changelog.sh `
79
- will be executed to update the release notes with the latest changes according
78
+ When Draft Release is created, the Changelog plugin from Jetbrains to update the release notes with the latest changes according
80
79
to the latest version specified in the ` gradle.properties ` file.
81
80
82
81
## Documentation
@@ -110,4 +109,5 @@ Please make sure to update tests as appropriate.
110
109
- [ GitHub Actions] ( https://docs.github.com/en/actions )
111
110
- [ Detekt] ( https://detekt.github.io/detekt/ )
112
111
- [ Spotless] ( https://github.com/diffplug/spotless )
112
+ - [ Changelog Plugin] ( https://github.com/JetBrains/gradle-changelog-plugin )
113
113
0 commit comments