Skip to content

Commit

Permalink
Update plugin description, publish channel and changelog after market…
Browse files Browse the repository at this point in the history
…place submission
  • Loading branch information
Krotki committed Aug 29, 2024
1 parent 4797991 commit f4a043b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- no completions yet

### Build system

- update Gradle to 8.9
- move to gradle intellij platform plugin version 2.0.1

Expand Down Expand Up @@ -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
5 changes: 3 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
4 changes: 3 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
Provides support for <a href="https://vlang.io/">V language</a>
<br/>
<br/>
Repository: <a href="https://github.com/vlang/intellij-v">https://github.com/vlang/intellij-v</a>
Repository: <a href="https://github.com/vlang/intellij-v">https://github.com/vlang/intellij-v</a><br />
Issues: <a href="https://github.com/vlang/intellij-v/issues">https://github.com/vlang/intellij-v/issues</a><br />
Discord Server: <a href="https://discord.gg/vlang">https://discord.gg/vlang</a><br />
]]></description>

<depends>com.intellij.modules.platform</depends>
Expand Down

0 comments on commit f4a043b

Please sign in to comment.