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: handle beta version bumping in publish script
- Add regex to properly parse prerelease versions (e.g. 3.0.0-beta.11)
- Bump prerelease number on patch (3.0.0-beta.11 → 3.0.0-beta.12)
- Update contributor API to use fork repo
0 commit comments