diff --git a/.github/template-cleanup/README.md b/.github/template-cleanup/README.md index 3ae44a6..0a61abb 100644 --- a/.github/template-cleanup/README.md +++ b/.github/template-cleanup/README.md @@ -28,10 +28,10 @@ To keep everything working, do not remove `` sections. ## Installation - Using the IDE built-in plugin system: - + Settings/Preferences > Plugins > Marketplace > Search for "%NAME%" > Install - + - Using JetBrains Marketplace: Go to [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/MARKETPLACE_ID) and install it by clicking the Install to ... button in case your IDE is running. diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1548480..7111654 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ on: concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true - + jobs: # Prepare the environment and build the plugin @@ -148,8 +148,8 @@ jobs: - name: Fetch Sources uses: actions/checkout@v4 with: - ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit - fetch-depth: 0 # a full history is required for pull request analysis + ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit + fetch-depth: 0 # a full history is required for pull request analysis # Set up the Java environment for the next steps - name: Setup Java @@ -239,7 +239,7 @@ jobs: VERSION=$(./gradlew properties --property version --quiet --console=plain | tail -n 1 | cut -f2- -d ' ') RELEASE_NOTE="./build/tmp/release_note.txt" ./gradlew getChangelog --unreleased --no-header --quiet --console=plain --output-file=$RELEASE_NOTE - + gh release create $VERSION \ --draft \ --title $VERSION \ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dfb47ce..db21277 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -87,7 +87,7 @@ jobs: git checkout -b $BRANCH git commit -am "Changelog update - $VERSION" git push --set-upstream origin $BRANCH - + gh label create "$LABEL" \ --description "Pull requests with release changelog update" \ --force \ diff --git a/.github/workflows/template-verify.yml b/.github/workflows/template-verify.yml index 163f2c0..d12b84c 100644 --- a/.github/workflows/template-verify.yml +++ b/.github/workflows/template-verify.yml @@ -29,7 +29,7 @@ jobs: - name: Verify gradle.properties run: | echo "\`\`\`diff" >> $GITHUB_STEP_SUMMARY - + diff -U 0 \ -I '^pluginVersion' \ -I '^pluginGroup' \ @@ -39,5 +39,5 @@ jobs: --label gradle.properties \ .github/template-cleanup/gradle.properties gradle.properties \ >> $GITHUB_STEP_SUMMARY - + echo "\`\`\`" >> $GITHUB_STEP_SUMMARY diff --git a/README.md b/README.md index eb240af..11d42aa 100644 --- a/README.md +++ b/README.md @@ -195,11 +195,11 @@ It provides general information about the plugin, its dependencies, extensions, org.jetbrains.plugins.template Template JetBrains - + com.intellij.modules.platform messages.MyBundle - +