Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/release_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,10 @@ Note: it is possible to automate this process us some Gradle tasks provided by t
2. Build the plugin distribution:

```bash
./gradlew :tooling:jetbrains:buildPlugin
./gradlew :tooling:jetbrains:buildPlugin -Prelease=true
```

This creates a ZIP archive ready for deployment in `tooling/jetbrains/build/distributions/KSON-[version].zip`
This creates a ZIP archive ready for deployment in `tooling/jetbrains/build/distributions/jetbrains-[version].zip`

3. Manually upload to JetBrains Marketplace:
- Go to https://plugins.jetbrains.com/plugin/28510-kson-language and ensure you are logged in as a "Developer" of of the plugin.
Expand Down
2 changes: 1 addition & 1 deletion tooling/jetbrains/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -> https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin.html

pluginGroup = org.kson.jetbrains
pluginName = KSON
pluginName = KSON Language

# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
Expand Down