Skip to content

Commit d5522a9

Browse files
committed
publish to eap and stable
1 parent 942cd50 commit d5522a9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

binary/package-lock.json

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extensions/intellij/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,6 @@ tasks {
142142
// The pluginVersion is based on the SemVer (https://semver.org) and supports pre-release labels, like 2.1.7-alpha.3
143143
// Specify pre-release label to publish the plugin in a custom Release Channel automatically. Read more:
144144
// https://plugins.jetbrains.com/docs/intellij/deployment.html#specifying-a-release-channel
145-
channels = properties("pluginVersion").map { listOf(it.split('-').getOrElse(1) { "default" }.split('.').first()) }
145+
channels = ['eap', 'default']
146146
}
147147
}

0 commit comments

Comments
 (0)