Skip to content

chore(release): allow release-please to be triggered manually - #9

Merged
phall1 merged 1 commit into
mainfrom
release-please-dispatch
Aug 9, 2026
Merged

chore(release): allow release-please to be triggered manually#9
phall1 merged 1 commit into
mainfrom
release-please-dispatch

Conversation

@phall1

@phall1 phall1 commented Aug 9, 2026

Copy link
Copy Markdown
Owner

release-please only reconciles its release branch on a push to main. PR #8 landed after release PR #7 was opened and touched package.json's description, which collides with the version bump on the release branch — leaving #7 mergeable=false with no way to ask release-please to redo it short of pushing a filler commit.

workflow_dispatch gives that a proper trigger.

Merging this also pushes to main, which regenerates #7 on top of current main as a side effect — so it fixes the immediate conflict and prevents the next one.

release-please only reconciles its release branch on a push to main. When an
unrelated commit lands after the release PR is opened, that PR can end up
conflicting with main and there is no way to ask release-please to redo it —
v0.14.1's release PR hit exactly that after a docs change touched
package.json's description alongside the version bump.

workflow_dispatch gives a way to regenerate it without pushing a filler commit.
@phall1
phall1 merged commit aedfdd9 into main Aug 9, 2026
1 check passed
@phall1
phall1 deleted the release-please-dispatch branch August 9, 2026 16:29
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