mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-01-22 00:29:25 +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]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Set empty `versionPrefix` for changelog in Gradle build file.
|
||||||
|
|
||||||
## [2.4.0] - 2025-11-25
|
## [2.4.0] - 2025-11-25
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|||||||
@ -113,6 +113,7 @@ intellijPlatform {
|
|||||||
changelog {
|
changelog {
|
||||||
groups.empty()
|
groups.empty()
|
||||||
repositoryUrl = providers.gradleProperty("pluginRepositoryUrl")
|
repositoryUrl = providers.gradleProperty("pluginRepositoryUrl")
|
||||||
|
versionPrefix = ""
|
||||||
}
|
}
|
||||||
|
|
||||||
// Configure Gradle Kover Plugin - read more: https://kotlin.github.io/kotlinx-kover/gradle-plugin/#configuration-details
|
// Configure Gradle Kover Plugin - read more: https://kotlin.github.io/kotlinx-kover/gradle-plugin/#configuration-details
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user