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 pre-release publishing
Allows 'prerelease' as a version argument to increment RC versions. Ensures that the version bump commit and tag are pushed to GitHub even for pre-releases, preventing subsequent runs from attempting to publish the same version.
* Update package version and fix pre-release publishing script
Manually updated package.json to 7.0.0-rc.0 to match npm. Updated publish.sh to correctly handle prerelease argument and push commits.
* Add comment explaining second git push
0 commit comments