Skip to content

Commit 748303b

Browse files
committed
Publish eap version on default release channel
- release channels other than default one have to be configured by users the Jetbrains products which is a bit inconvenient. - as long as the Gateway supported versions don't overlap with main branch then it's safe to release in the main channel.
1 parent 764e112 commit 748303b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,5 @@ tasks {
134134
publishPlugin {
135135
dependsOn("patchChangelog")
136136
token.set(System.getenv("PUBLISH_TOKEN"))
137-
// pluginVersion is based on the SemVer (https://semver.org) and supports pre-release labels, like 2.1.7-alpha.3
138-
// Specify pre-release label to publish the plugin in a custom Release Channel automatically. Read more:
139-
// https://plugins.jetbrains.com/docs/intellij/deployment.html#specifying-a-release-channel
140-
channels.set(listOf(properties("pluginVersion").split('-').getOrElse(1) { "default" }.split('.').first()))
141137
}
142138
}

0 commit comments

Comments
 (0)