-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
misc: bump-versions.js release script #9998
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice! 2.x is a gem :)
REPLACEMENT=" \"version\": \"$NEW_VERSION\"" | ||
|
||
sed -i '' "s/$NEEDLE/$REPLACEMENT/g" package.json | ||
# Bump the version in package.json and others. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and the release script rewrite has begun >:)
Co-Authored-By: Patrick Hulce <[email protected]>
…use into bump-version-script
No description provided.