Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 370 Bytes

RELEASE.md

File metadata and controls

15 lines (14 loc) · 370 Bytes

Release Checklist

Update version, tag, and publish

  • git checkout master
  • git pull origin
  • npm install
  • npm run build
  • npm run wikidata
  • npm run docs
  • Update version number in package.json
  • npm run dist
  • git add . && git commit -m 'vA.B.C'
  • git tag vA.B.C
  • git push origin master vA.B.C
  • npm publish