Skip to content

chore: release 0.11.9 (no code changes — refresh @latest + let CI own GH release)#109

Merged
JonasJesus42 merged 1 commit into
mainfrom
chore/release-0.11.9
Jun 17, 2026
Merged

chore: release 0.11.9 (no code changes — refresh @latest + let CI own GH release)#109
JonasJesus42 merged 1 commit into
mainfrom
chore/release-0.11.9

Conversation

@JonasJesus42

@JonasJesus42 JonasJesus42 commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

Metadata-only bump. The 0.11.0–0.11.8 Publish workflow showed red because I was creating each gh release manually before the workflow could (HTTP 422: Release.tag_name already exists), even though npm publish succeeded each time. This bump triggers a clean end-to-end Publish workflow run with no manual release racing it. From now on the workflow owns release creation via --generate-notes.


Summary by cubic

Metadata-only bump to 0.11.9 to refresh @latest and let the Publish workflow create the GitHub release, preventing tag collisions that made earlier runs look red. Also adds .claude/ to .gitignore.

Written for commit bf7bf5b. Summary will update on new commits.

Review in cubic

…ate GH release)

The 0.11.0–0.11.8 Publish workflow runs all showed red, but every npm
publish step actually succeeded (the registry has 0.11.0–0.11.6 and
0.11.8 — only 0.11.7 is missing, that one had the ESM postinstall bug).
What failed was the FINAL "Create GitHub release" step: I was creating
each release manually via `gh release create` before the workflow could,
which made it hit `HTTP 422: Release.tag_name already exists` and exit
non-zero.

This bump is metadata-only — same code as 0.11.8. Goal:
  1. Refresh @latest with a clean install signature for users who saw
     stale install state.
  2. Let the Publish workflow run end-to-end without me racing it, so
     the run shows green and proves the workflow is healthy.
  3. From now on no `gh release create` from local — the workflow owns
     release creation via `--generate-notes`.
@JonasJesus42 JonasJesus42 merged commit 3d742e0 into main Jun 17, 2026
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