Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 326 Bytes

release-steps.md

File metadata and controls

7 lines (6 loc) · 326 Bytes

Release steps

  • Add release info to the CHANGELOG.md file
  • Run npm version <major|minor|patch> to bump the version
  • Run the npm run release command to create a new release (this asks you for a tag/version)
    • Changes are automatically pushed to GitHub
  • Create a new release on GitHub with the tag