fx(ci): update changelog inside publish instead of a tag-triggered workflow #34
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/changelog-in-publish"
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?
This Forgejo instance does not fire workflows for tags pushed by a CI job
(Actions-originated events are suppressed to prevent loops), so the
tag-triggered changelog.yml never ran when publish pushed v0.4.1.
Make the step explicit and imperative instead of relying on that implicit,
instance-specific trigger behavior: publish now runs hack/update-changelog.sh
itself, right after pushing the tag, and commits CHANGELOG.md to master with
[skip ci]. The changelog work is failure-isolated so it can never fail an
already-successful release. Delete the dead changelog.yml.
Automated review by pr-reviewer v0.29.1 | Safety Check | Mistral Small | tracking id
r-3dc7a7-78d161This is an AI-generated review and may contain mistakes.
Status: ❌ Failed
Review failed. Tracking id
r-3dc7a7-78d161— see logs for details.Comment
@pr-reviewer-bot retryto try again.