Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 318 Bytes

RELEASE.md

File metadata and controls

13 lines (12 loc) · 318 Bytes

Release Checklist

Update version, docs, tag, and publish

  • git checkout master
  • npm install
  • npm run test
  • Update CHANGELOG
  • Update version number in package.json
  • git add .
  • git commit -m 'vA.B.C'
  • git tag vA.B.C
  • git push origin master vA.B.C
  • npm publish