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
feat(scripts): support conventional commit style for version bumps
Updates version bump detection to recognize both old style (Bump to v1.0.0) and new conventional commit style (chore(registry): bump version to 1.0.0).
The git log grep now uses extended regex to match either pattern, and the filtering logic accepts both formats.
0 commit comments