mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-01-19 23:29:23 +00:00
Set empty versionPrefix for changelog in Gradle build file.
This commit is contained in:
parent
68bb40b708
commit
f5f9bfe213
@ -4,6 +4,10 @@
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Changed
|
||||
|
||||
- Set empty `versionPrefix` for changelog in Gradle build file.
|
||||
|
||||
## [2.4.0] - 2025-11-25
|
||||
|
||||
### Fixed
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user