diff --git a/.github/readme/draft-release.png b/.github/readme/draft-release.png index f15caeb..2dc00c1 100644 Binary files a/.github/readme/draft-release.png and b/.github/readme/draft-release.png differ diff --git a/.github/readme/run-debug-configurations.png b/.github/readme/run-debug-configurations.png index a021802..cdd585a 100644 Binary files a/.github/readme/run-debug-configurations.png and b/.github/readme/run-debug-configurations.png differ diff --git a/.github/readme/run-logs.png b/.github/readme/run-logs.png index b18620c..b06c38d 100644 Binary files a/.github/readme/run-logs.png and b/.github/readme/run-logs.png differ diff --git a/.github/readme/settings-secrets.png b/.github/readme/settings-secrets.png index 9588551..be41ac8 100644 Binary files a/.github/readme/settings-secrets.png and b/.github/readme/settings-secrets.png differ diff --git a/.github/readme/use-this-template.png b/.github/readme/use-this-template.png index 6eb49f5..6887d03 100644 Binary files a/.github/readme/use-this-template.png and b/.github/readme/use-this-template.png differ diff --git a/CHANGELOG.md b/CHANGELOG.md index 817a95e..9e207ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ - Upgrade Gradle Wrapper to `8.10` - Dependencies (GitHub Actions) - upgrade `gradle/actions/setup-gradle` to `v4` +### Removed + +- Removed _Run Qodana_ and _Run UI for UI Tests_ run configurations + ## [2.0.1] - 2024-08-09 ### Changed diff --git a/README.md b/README.md index 267bf84..7a9c7f0 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ In addition, extra behaviors are configured through the [`gradle.properties`][fi Some values used for the Gradle configuration shouldn't be stored in files to avoid publishing them to the Version Control System. -To avoid that, environment variables are introduced, which can be provided within the *Run/Debug Configuration* within the IDE, or on the CI – like for GitHub: `⚙️ Settings > Secrets`. +To avoid that, environment variables are introduced, which can be provided within the *Run/Debug Configuration* within the IDE, or on the CI – like for GitHub: `⚙️ Settings > Secrets and variables > Actions`. Environment variables used by the current project are related to the [plugin signing](#plugin-signing) and [publishing](#publishing-the-plugin). @@ -146,7 +146,7 @@ Environment variables used by the current project are related to the [plugin sig For more details on how to generate proper values, check the relevant sections mentioned above. -To configure GitHub secret environment variables, go to the `⚙️ Settings > Secrets` section of your project repository: +To configure GitHub secret environment variables, go to the `⚙️ Settings > Secrets and variables > Actions` section of your project repository: ![Settings > Secrets][file:settings-secrets.png] @@ -498,7 +498,7 @@ In addition, the [Release](.github/workflows/release.yml) workflow automates thi > [!NOTE] > Set a suffix to the plugin version to publish it in the custom repository channel, i.e. `v1.0.0-beta` will push your plugin to the `beta` [release channel][docs:release-channel]. -The authorization process relies on the `PUBLISH_TOKEN` secret environment variable, specified in the _Secrets_ section of the repository _Settings_. +The authorization process relies on the `PUBLISH_TOKEN` secret environment variable, specified in the `⚙️ Settings > Secrets and variables > Actions` section of your project repository. You can get that token in your JetBrains Marketplace profile dashboard in the [My Tokens][jb:my-tokens] tab.