Skip to content

Instantly share code, notes, and snippets.

@bradwestfall
Last active April 26, 2017 18:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bradwestfall/1205bca6d7b4781cb1cb to your computer and use it in GitHub Desktop.
Save bradwestfall/1205bca6d7b4781cb1cb to your computer and use it in GitHub Desktop.

Bump Semver - https://docs.npmjs.com/cli/version

# One of these
npm version patch -m 'Git commit message'
npm version minor -m 'Git commit message'
npm version major -m 'Git commit message'

Push to GitHub

//git push && git push --tags
git push origin master --tags

Publish to NPM

npm publish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment