diff --git a/.github/workflows/template-cleanup.yml b/.github/workflows/template-cleanup.yml index 365e97f..abb6134 100644 --- a/.github/workflows/template-cleanup.yml +++ b/.github/workflows/template-cleanup.yml @@ -61,7 +61,6 @@ jobs: .idea/icon.png \ src/main/kotlin/org \ src/test/kotlin/org \ - src/main/resources/META-INF/pluginIcon.svg \ CODE_OF_CONDUCT.md \ LICENSE diff --git a/CHANGELOG.md b/CHANGELOG.md index 933a07c..b09ae2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## [Unreleased] +- Remove default plugin icon (`pluginIcon.svg`) + ## [1.14.1] - 2024-06-19 - Update `platformVersion` to `2023.2.7` diff --git a/README.md b/README.md index f9ce3f6..cabdb95 100644 --- a/README.md +++ b/README.md @@ -503,7 +503,11 @@ To find out how to generate signing certificates, check the [Plugin Signing][doc ### Publishing the plugin -Releasing a plugin to JetBrains Marketplace is a straightforward operation that uses the `publishPlugin` Gradle task provided by the [gradle-intellij-plugin][gh:gradle-intellij-plugin-docs]. +> **Tip** +> +> Make sure to follow all guidelines listed in [Publishing a Plugin][docs:publishing] to follow all recommended and required steps. + +Releasing a plugin to [JetBrains Marketplace](https://plugins.jetbrains.com) is a straightforward operation that uses the `publishPlugin` Gradle task provided by the [gradle-intellij-plugin][gh:gradle-intellij-plugin-docs]. In addition, the [Release](.github/workflows/release.yml) workflow automates this process by running the task when a new release appears in the GitHub Releases section. > **Note** diff --git a/src/main/resources/META-INF/pluginIcon.svg b/src/main/resources/META-INF/pluginIcon.svg deleted file mode 100644 index af611a5..0000000 --- a/src/main/resources/META-INF/pluginIcon.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - -