Skip to content

Version Packages#9

Merged
ylabonte merged 1 commit into
mainfrom
changeset-release/main
May 17, 2026
Merged

Version Packages#9
ylabonte merged 1 commit into
mainfrom
changeset-release/main

Conversation

@ghaar-release
Copy link
Copy Markdown

@ghaar-release ghaar-release Bot commented May 17, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

github-actions-annotations-reporter@1.0.2

Patch Changes

  • 3f05e30: Two Action-side fixes:
    • Marketplace listing: Shorten the description field in action.yml to fit the GitHub Marketplace constraint (≤125 chars). The previous 199-char description was rejected at publish time as "missing a proper description". Same scope, fewer words: "Turn workflow annotations into dedup-aware GitHub Issues — severity-labeled, won't-fix-aware, auto-closing when noise stops."
    • Dispatcher reliability: Replace the npx -y -p PKG BIN invocation in the composite action's bash dispatcher with an explicit npm install --prefix <tmp> followed by a direct node_modules/.bin/ghaar call. On ubuntu-latest runners (which ship npm 10.x in the ubuntu-24.04 image), both npx -p and npm exec --package= were observed to skip the install step and fall through to sh -c "ghaar …"command not found → exit 127. The explicit install + direct bin invocation bypasses every bin-resolution code path and works identically on npm 10 and 11. No behavior change for callers; the action's inputs / outputs / env contracts are unchanged.

@ylabonte ylabonte merged commit bc3b57f into main May 17, 2026
7 checks passed
@ylabonte ylabonte deleted the changeset-release/main branch May 17, 2026 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant