File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1- ## Unreleased
1+ ## 500.0.0
22
33### Added
44
1313### Changed
1414
1515- Vendor change from "JetBrains" to "Google"
16- - Build system change from Basel to Gradle
17-
16+ - Build system change from Bazel to Gradle
1817
1918## 251.27812.12
2019
Original file line number Diff line number Diff line change 1+ import org.jetbrains.changelog.Changelog
12import org.jetbrains.intellij.platform.gradle.IntelliJPlatformType
23import org.jetbrains.intellij.platform.gradle.TestFrameworkType
34import org.jetbrains.intellij.platform.gradle.models.ProductRelease
@@ -18,6 +19,7 @@ plugins {
1819 id(" java" ) // Java support
1920 id(" org.jetbrains.kotlin.jvm" ) version " 2.2.21" // Kotlin support
2021 id(" org.jetbrains.intellij.platform" ) version " 2.10.3" // IntelliJ Platform Gradle Plugin
22+ id(" org.jetbrains.changelog" ) version " 2.2.0" // Gradle Changelog Plugin
2123}
2224
2325// Configure project's dependencies
@@ -39,7 +41,7 @@ intellijPlatform {
3941 untilBuild = providers.gradleProperty(" pluginUntilBuild" )
4042 }
4143 changeNotes = provider {
42- file( " CHANGELOG.md " ).readText( Charsets . UTF_8 )
44+ project.changelog.renderItem(project.changelog.getLatest(), Changelog . OutputType . HTML )
4345 }
4446 }
4547 pluginVerification {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ pluginName = Dart
77pluginId = Dart
88
99# SemVer format -> https://semver.org
10- pluginVersion = 500.0
10+ pluginVersion = 500.0.0
1111
1212# TODO(https://github.com/flutter/dart-intellij-third-party/issues/23) Add a changelog
1313# Not currently used in the build.gradle.kts file:
You can’t perform that action at this time.
0 commit comments