Skip to content

docs: update stale cliff.toml leading comment - #19

Merged
fiunchinho merged 1 commit into
mainfrom
docs-fix-cliff-comment
Jun 3, 2026
Merged

docs: update stale cliff.toml leading comment#19
fiunchinho merged 1 commit into
mainfrom
docs-fix-cliff-comment

Conversation

@fiunchinho

Copy link
Copy Markdown
Member

Why

The cliff.toml leading comment described a two-cliff-invocation design that hasn't matched reality since PR #13:

  • References auto-tag.yaml -- renamed to auto-release.yaml long ago.
  • Says `--bumped-version` -- now --bump --context + jq parsing.
  • Describes "two jobs" / two cliff invocations -- consolidated into one in perf: consolidate git-cliff invocations behind a single install #13 (single `--unreleased --bump --context` call, then `--from-context --strip all` reads the cached JSON to render notes).

Pure doc fix. No behavior change.

Bonus: catch-up trigger for PR #18

After PR #18 merged, GitHub Actions did not register a workflow run for the merge commit `d128ff7` (no `github-actions` check-suite, no workflow_run record). v1.5.0 was never created. Pushing this small `docs:` commit on top of `d128ff7` should re-arm the dispatcher and let `--unreleased --bump` see BOTH the unreleased `feat:` from #18 AND this commit, computing v1.5.0 (minor bump from feat). Expected result on merge:

  • v1.5.0 tag + GitHub Release created.
  • New section spliced into CHANGELOG.md under the marker.
  • `chore: update CHANGELOG.md for v1.5.0 [skip ci]` commit lands on main and does NOT loop.

If that all happens, the design is validated end-to-end and the muster #795 + agentic-platform/-mcps migration PRs can move forward with confidence.

The header described a two-cliff-invocation design referencing
`auto-tag.yaml` (renamed to `auto-release.yaml`) and `--bumped-version`
(replaced by `--bump --context` + jq parsing). PR #13 consolidated the
two invocations into a single `--unreleased --bump --context` call that
emits JSON the workflow then re-renders with `--from-context`. The
comment never caught up.
@fiunchinho fiunchinho self-assigned this Jun 3, 2026
@fiunchinho
fiunchinho marked this pull request as ready for review June 3, 2026 15:59
@fiunchinho
fiunchinho merged commit 5a918b3 into main Jun 3, 2026
1 check passed
@fiunchinho
fiunchinho deleted the docs-fix-cliff-comment branch June 3, 2026 15:59
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