fix(pipeline-doctor): accept branch-deploy as a valid dev-tag guard (#204)
Branch-deploy repos (event: push + branch:, tagging each push from CI_COMMIT_*/pipeline-number) are a deliberate continuous-deploy guard, not the absence of one. cms-plugins/emdash/kotkanagrilli -> 9/9; trio + self-test unchanged; a tagless default-version publish still FAILs.
This commit is contained in:
@@ -7,6 +7,14 @@ semantic versioning; the version is a conceptual tag (no git tag is created).
|
||||
|
||||
## Unreleased
|
||||
|
||||
- **Fix: `pipeline-doctor` models branch-deploy repos (#204).** The dev-tag-guard
|
||||
check only accepted a `refs/tags/v*` tag gate, so web-app/CMS repos that deploy
|
||||
on a **branch push** (`event: push` + `branch: develop/staging/production`) and
|
||||
tag each push from `CI_COMMIT_BRANCH`/`CI_COMMIT_SHA`/`CI_PIPELINE_NUMBER` (a
|
||||
deterministic per-push tag, no default-version clobber) false-failed. The check
|
||||
now accepts that branch-deploy form as a valid guard. cms-plugins,
|
||||
emdash-kotkanagrilli, kotkanagrilli.fi → 9/9; trio + self-test unchanged; a
|
||||
tagless `event: push` publish with NO per-push tag still FAILs.
|
||||
- **Fix: `pipeline-doctor` now reads a `.woodpecker/` DIRECTORY (#202).** It only
|
||||
folded the single-file `.woodpecker.yaml`/`.yml` into `ci_txt`; repos whose
|
||||
Woodpecker config is a `.woodpecker/` directory (per-arch workflows) had their
|
||||
|
||||
Reference in New Issue
Block a user