From f4a043be7bf5212e08ac4e9d49009a5a39166ce7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jab=C5=82o=C5=84ski?= Date: Thu, 29 Aug 2024 22:11:38 +0200 Subject: [PATCH] Update plugin description, publish channel and changelog after marketplace submission --- CHANGELOG.md | 8 ++++++++ build.gradle.kts | 5 +++-- src/main/resources/META-INF/plugin.xml | 4 +++- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 275a51af..749d4204 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ - no completions yet ### Build system + - update Gradle to 8.9 - move to gradle intellij platform plugin version 2.0.1 @@ -222,3 +223,10 @@ - Don't show `void` type in completion and quick doc - Don't show `private` keyword in quick documentation - Support 2023.1 EAP + +[Unreleased]: https://github.com/vlang/intellij-v//compare/v0.0.1-beta.6...HEAD +[0.0.1-beta.6]: https://github.com/vlang/intellij-v//compare/v0.0.1-beta.5...v0.0.1-beta.6 +[0.0.1-beta.5]: https://github.com/vlang/intellij-v//compare/v0.0.1-beta.4...v0.0.1-beta.5 +[0.0.1-beta.4]: https://github.com/vlang/intellij-v//compare/v0.0.1-beta.3-231-EAP...v0.0.1-beta.4 +[0.0.1-beta.3-231-EAP]: https://github.com/vlang/intellij-v//compare/v0.0.1-beta.2...v0.0.1-beta.3-231-EAP +[0.0.1-beta.2]: https://github.com/vlang/intellij-v//commits/v0.0.1-beta.2 diff --git a/build.gradle.kts b/build.gradle.kts index 18400d74..723481fc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -137,8 +137,9 @@ intellijPlatform { // The pluginVersion is based on the SemVer (https://semver.org) and supports pre-release labels, like 2.1.7-alpha.3 // Specify pre-release label to publish the plugin in a custom Release Channel automatically. Read more: // https://plugins.jetbrains.com/docs/intellij/deployment.html#specifying-a-release-channel - channels = providers.gradleProperty("pluginVersion") - .map { listOf(it.substringAfter('-', "").substringBefore('.').ifEmpty { "default" }) } +// channels = providers.gradleProperty("pluginVersion") +// .map { listOf(it.substringAfter('-', "").substringBefore('.').ifEmpty { "default" }) } +// channels = listOf("default") } pluginVerification { diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index fc73f29a..5f6ee14b 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -7,7 +7,9 @@ Provides support for V language

-Repository: https://github.com/vlang/intellij-v +Repository: https://github.com/vlang/intellij-v
+Issues: https://github.com/vlang/intellij-v/issues
+Discord Server: https://discord.gg/vlang
]]> com.intellij.modules.platform