Count both paths of a rename in the docs-only CI skip; pause auto-release #55

Merged
lilleman merged 4 commits from skip-ci-for-root-markdown into main 2026-08-05 10:46:53 +02:00
Owner

The docs-only fast path skipped the whole gate when code was renamed onto a .md path: git diff --name-only names only a rename's destination, and git status --porcelain collapses one to R old -> new, so a deleted source file read as documentation. Both channels now pass --no-renames.

Auto-release is gated behind the AUTO_RELEASE Actions variable, and every tag has been removed from the repo and the registry — Plainpages is pre-announcement and stays unversioned until it is worth showing.

The docs-only fast path skipped the whole gate when code was renamed onto a `.md` path: `git diff --name-only` names only a rename's destination, and `git status --porcelain` collapses one to `R old -> new`, so a deleted source file read as documentation. Both channels now pass `--no-renames`. Auto-release is gated behind the `AUTO_RELEASE` Actions variable, and every tag has been removed from the repo and the registry — Plainpages is pre-announcement and stays unversioned until it is worth showing.
lilleman added 2 commits 2026-08-05 10:15:18 +02:00
lilleman added 1 commit 2026-08-05 10:34:43 +02:00
lilleman added 1 commit 2026-08-05 10:42:37 +02:00
Prune deleted tags on the GitHub mirror so it stops advertising dropped versions
CI / full-gate (push) Successful in 2m40s
Mirror / github-mirror (push) Successful in 7s
e5bdc15262
lilleman marked the pull request as ready for review 2026-08-05 10:45:51 +02:00
lilleman merged commit e5bdc15262 into main 2026-08-05 10:46:53 +02:00
lilleman deleted branch skip-ci-for-root-markdown 2026-08-05 10:46:53 +02:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: larvit/plainpages#55