docs: add CHANGELOG and tag-triggered changelog automation #33
Loading…
Reference in a new issue
No description provided.
Delete branch "docs/changelog"
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?
Reconstruct CHANGELOG.md from the full git history (v0.1.0..v0.4.0) as
plain-language release summaries in Keep a Changelog format.
Add hack/update-changelog.sh, which detects the release range for a tag,
summarizes it, and splices a new section under [Unreleased] with refreshed
compare links. The summary is produced by summarize_with_inference(); since
inference.brooktrails.org is not deployed yet, that function is a stub that
emits "STUB: N bytes of changes." so the end-to-end flow runs today.
Add .forgejo/workflows/changelog.yml, triggered on v* tag pushes, which runs
the script on master and commits the result with [skip ci] so it does not
re-trigger the publish workflow's per-push version bump.
Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com
Automated review by pr-reviewer v0.29.1 | Safety Check | Mistral Small | tracking id
r-3dbf4a-83dfe5This is an AI-generated review and may contain mistakes.
Status: ❌ Failed
Review failed. Tracking id
r-3dbf4a-83dfe5— see logs for details.Comment
@pr-reviewer-bot retryto try again.