[MED] docs: README quick-start release.yml omits the load-bearing paths-ignore guard (#139 self-cancel) #198
Labels
No labels
bump
major
bump
minor
bump
patch
kind/bug
kind/chore
kind/docs
kind/feature
priority/critical
priority/high
priority/low
priority/medium
size/L
size/M
size/S
size/XL
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
frankenbit/release-toolkit#198
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Filed from the #157 consumer-walkthrough audit (report, finding M1).
Problem
docs/integration.mdL198 includes in itsrelease.ymlexample:with an explicit note that omitting it makes the cut's own manifest commit fire a new run that cancels the in-flight cut.
The
README.mdquick-startrelease.ymlexample (L97–116) omitspaths-ignoreentirely. A fresh adopter who follows the README quick-start (the shorter, more-likely first-read path) ships arelease.ymlthat can self-cancel its own cut.Fix
Add the
paths-ignore: ['.release-toolkit-manifest.json']line (with the#139rationale, or at least a one-line "required — see integration.md") to the README quick-start example so the two surfaces agree on the load-bearing trigger config.Refs