Created
May 19, 2021 08:02
-
-
Save tianhaoz95/0b12509b7b45817101b028ec2c02664a to your computer and use it in GitHub Desktop.
Install semantic release
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm init | |
# Note that it doesnt matter what information we initialize | |
# the Node.js package with since we are just using it to | |
# release the Ruby packages. | |
npm install --save-dev semantic-release | |
npm install --save-dev @semantic-release/changelog | |
npm install --save-dev @semantic-release/git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment