diff --git a/third_party/CHANGELOG.md b/third_party/CHANGELOG.md index 9291058aa..008c1db16 100644 --- a/third_party/CHANGELOG.md +++ b/third_party/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## 500.0.0 ### Added @@ -13,8 +13,7 @@ ### Changed - Vendor change from "JetBrains" to "Google" -- Build system change from Basel to Gradle - +- Build system change from Bazel to Gradle ## 251.27812.12 diff --git a/third_party/build.gradle.kts b/third_party/build.gradle.kts index 6c5b81e0b..840bea668 100644 --- a/third_party/build.gradle.kts +++ b/third_party/build.gradle.kts @@ -1,3 +1,4 @@ +import org.jetbrains.changelog.Changelog import org.jetbrains.intellij.platform.gradle.IntelliJPlatformType import org.jetbrains.intellij.platform.gradle.TestFrameworkType import org.jetbrains.intellij.platform.gradle.models.ProductRelease @@ -18,6 +19,7 @@ plugins { id("java") // Java support id("org.jetbrains.kotlin.jvm") version "2.2.21" // Kotlin support id("org.jetbrains.intellij.platform") version "2.10.3" // IntelliJ Platform Gradle Plugin + id("org.jetbrains.changelog") version "2.2.0" // Gradle Changelog Plugin } // Configure project's dependencies @@ -39,7 +41,7 @@ intellijPlatform { untilBuild = providers.gradleProperty("pluginUntilBuild") } changeNotes = provider { - file("CHANGELOG.md").readText(Charsets.UTF_8) + project.changelog.renderItem(project.changelog.getLatest(), Changelog.OutputType.HTML) } } pluginVerification { diff --git a/third_party/gradle.properties b/third_party/gradle.properties index eb5a62d9b..e3f9e220f 100644 --- a/third_party/gradle.properties +++ b/third_party/gradle.properties @@ -7,7 +7,7 @@ pluginName = Dart pluginId = Dart # SemVer format -> https://semver.org -pluginVersion = 500.0 +pluginVersion = 500.0.0 # TODO(https://github.com/flutter/dart-intellij-third-party/issues/23) Add a changelog # Not currently used in the build.gradle.kts file: