You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: scope changelog generation to only include commits since previous version
The script was using HEAD~50..HEAD which grabbed all recent commits
regardless of version boundaries, causing every entry to repeat items
from prior versions. Now finds the previous version bump commit and
uses it as the range start. Also regenerated CHANGELOG.md from scratch
to remove all accumulated duplicates (~1600 lines).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments