Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 262 Bytes

VERSIONING.md

File metadata and controls

6 lines (6 loc) · 262 Bytes
  • Increase the version at package.json following semver
  • Log the changes in CHANGELOG.md
  • Commit the change
  • Tag with git tag -a <version>
  • Push the changes with git push origin master and git push origin --tags
  • Run npm publish