Skip to content

Instantly share code, notes, and snippets.

@tianhaoz95
Created May 19, 2021 08:02
Show Gist options
  • Save tianhaoz95/0b12509b7b45817101b028ec2c02664a to your computer and use it in GitHub Desktop.
Save tianhaoz95/0b12509b7b45817101b028ec2c02664a to your computer and use it in GitHub Desktop.
Install semantic release
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