Skip to content

chore: release 1.0.0#24

Merged
denispianelli merged 1 commit into
mainfrom
chore/release-1.0.0-trigger
Jun 1, 2026
Merged

chore: release 1.0.0#24
denispianelli merged 1 commit into
mainfrom
chore/release-1.0.0-trigger

Conversation

@denispianelli

Copy link
Copy Markdown
Owner

Triggers the 1.0.0 release.

The previous attempt set release-as in the config, but that only sets the version number — it does not trigger a release (release-please skips when there are no user-facing commits since the last tag, and we only have test:/chore: since 0.4.0). This PR removes that ineffective (and sticky) config field; the release is instead forced by a Release-As: footer on the merge commit, which both triggers the release and is one-shot (no cleanup needed).

⚠️ How to merge this one

When you click Squash and merge, add this line to the commit message body (the box under the title) before confirming:

Release-As: 1.0.0

That footer forces release-please to open a release 1.0.0 PR. Merge that → 1.0.0 publishes to npm. No further cleanup.

(If the footer is missing, nothing breaks — release-please just won't cut a release, and we retry.)

🤖 Generated with Claude Code

The config release-as field set the version but did not trigger a release
(release-please needs a user-facing commit). The 1.0.0 cut is instead driven by
a Release-As footer on this commit, which forces the release and is one-shot.
@denispianelli
denispianelli merged commit df8dff1 into main Jun 1, 2026
2 checks passed
@denispianelli
denispianelli deleted the chore/release-1.0.0-trigger branch June 1, 2026 11:37
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