Skip to content

Conversation

@RomneyDa
Copy link
Collaborator

@RomneyDa RomneyDa commented Aug 6, 2025

Description

Fixes mis-named gradle action caused by updating intellij plugin version (listProductsReleases became silent)


Summary by cubic

Fixed the JetBrains release workflow by updating the Gradle command to use the correct property for listing IDE releases.

@RomneyDa RomneyDa requested a review from a team as a code owner August 6, 2025 02:46
@RomneyDa RomneyDa requested review from tingwai and removed request for a team August 6, 2025 02:46
@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Aug 6, 2025
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cubic analysis

1 issue found across 1 file • Review in cubic

React with 👍 or 👎 to teach cubic. You can also tag @cubic-dev-ai to give feedback, ask questions, or re-run the review.

echo "EOF" >> $GITHUB_OUTPUT
./gradlew listProductsReleases # prepare list of IDEs for Plugin Verifier
./gradlew printProductsReleases # prepare list of IDEs for Plugin Verifier
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changing the Gradle task to printProductsReleases while later workflow steps still expect build/listProductsReleases.txt introduces a mismatch that can break caching and verification steps.

Prompt for AI agents
Address the following comment on .github/workflows/jetbrains-release.yaml at line 143:

<comment>Changing the Gradle task to printProductsReleases while later workflow steps still expect build/listProductsReleases.txt introduces a mismatch that can break caching and verification steps.</comment>

<file context>
@@ -140,7 +140,7 @@ jobs:
           echo &quot;$CHANGELOG&quot; &gt;&gt; $GITHUB_OUTPUT
           echo &quot;EOF&quot; &gt;&gt; $GITHUB_OUTPUT
 
-          ./gradlew listProductsReleases # prepare list of IDEs for Plugin Verifier
+          ./gradlew printProductsReleases # prepare list of IDEs for Plugin Verifier
 
       # # Setup Node.js
</file context>

@github-project-automation github-project-automation bot moved this from Todo to In Progress in Issues and PRs Aug 6, 2025
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Aug 6, 2025
@RomneyDa RomneyDa merged commit 5502729 into main Aug 6, 2025
38 checks passed
@RomneyDa RomneyDa deleted the dallin/fix-jetbrains-release branch August 6, 2025 04:08
@github-project-automation github-project-automation bot moved this from In Progress to Done in Issues and PRs Aug 6, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Aug 6, 2025
Copy link
Collaborator

@Patrick-Erichsen Patrick-Erichsen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cc @exigow for visibility

@sestinj
Copy link
Contributor

sestinj commented Aug 18, 2025

🎉 This PR is included in version 1.5.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@sestinj
Copy link
Contributor

sestinj commented Aug 18, 2025

🎉 This PR is included in version 1.7.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

lgtm This PR has been approved by a maintainer released size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

5 participants