Set empty versionPrefix for changelog in Gradle build file.

This commit is contained in:
Jakub Chrzanowski 2026-01-19 12:48:40 +01:00
parent 68bb40b708
commit f5f9bfe213
No known key found for this signature in database
GPG Key ID: 56E9E73CB8E7486B
2 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,10 @@
## [Unreleased]
### Changed
- Set empty `versionPrefix` for changelog in Gradle build file.
## [2.4.0] - 2025-11-25
### Fixed

View File

@ -113,6 +113,7 @@ intellijPlatform {
changelog {
groups.empty()
repositoryUrl = providers.gradleProperty("pluginRepositoryUrl")
versionPrefix = ""
}
// Configure Gradle Kover Plugin - read more: https://kotlin.github.io/kotlinx-kover/gradle-plugin/#configuration-details