Skip to content

fix: restore backwards compatibility for auto-changelog - #281

Merged
HowardBraham merged 1 commit into
mainfrom
auto-changelog
Aug 12, 2026
Merged

fix: restore backwards compatibility for auto-changelog#281
HowardBraham merged 1 commit into
mainfrom
auto-changelog

Conversation

@HowardBraham

@HowardBrahamHowardBraham commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

Use the calling repo's update-changelog if it's present, otherwise go back to previous behavior.


Note

Low Risk
CI-only release automation change with a clear feature-detect fallback; no runtime app or security impact.

Overview
Release changelog automation no longer assumes every consumer defines a update-changelog Yarn script.

update-release-changelog.sh now probes yarn update-changelog --help and uses that wrapper when the calling repo provides it. Repos without that script get the previous behavior: a direct yarn auto-changelog update --rc run with --autoCategorize, --useChangelogEntry, --useShortPrLink, and --requirePrNumbers, plus a stderr notice that the legacy path is in use.

Reviewed by Cursor Bugbot for commit 7ba14d6. Bugbot is set up for automated code reviews on this repo. Configure here.

@HowardBrahamHowardBraham self-assigned this Aug 12, 2026

@mcmiremcmire left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@HowardBraham
HowardBraham merged commit feeb477 into mainAug 12, 2026
10 checks passed
@HowardBraham
HowardBraham deleted the auto-changelog branch August 12, 2026 20:27
HowardBraham added a commit that referenced this pull request Aug 12, 2026
@mcmiremcmire mentioned this pull request Aug 12, 2026
Merged
Sign up for freeto 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.

2 participants

@HowardBraham@mcmire