Skip to content

Commit fb9e2da

Browse files
committed
chore: update README
1 parent e68a59b commit fb9e2da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This is a template for creating Android Open Source libraries. This template fea
77
- 🔍 Code Quality checks with Detekt, Spotless and Tests
88
- 📕 Documentation setup with Dokka and MkDocs
99
- 📦 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
1111
- 🔧 Gradle Convention Plugins for consistent build configuration across modules
1212
- 🌐 GH pages to host the documentation
1313

@@ -75,8 +75,7 @@ to the Maven Central.
7575

7676
This template follows the [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) format for
7777
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
8079
to the latest version specified in the `gradle.properties` file.
8180

8281
## Documentation
@@ -110,4 +109,5 @@ Please make sure to update tests as appropriate.
110109
- [GitHub Actions](https://docs.github.com/en/actions)
111110
- [Detekt](https://detekt.github.io/detekt/)
112111
- [Spotless](https://github.com/diffplug/spotless)
112+
- [Changelog Plugin](https://github.com/JetBrains/gradle-changelog-plugin)
113113

0 commit comments

Comments
 (0)