name-suggestion-index/RELEASE.md
2021-03-16 12:01:48 -04:00

365 B

Release Checklist

Update version, tag, and publish

  • git checkout main
  • git pull origin
  • npm install
  • npm run build
  • npm run wikidata
  • npm run dist (version number updates automatically and will print to console)
  • git add . && git commit -m 'A.B.C'
  • git tag A.B.C
  • git push origin main A.B.C
  • npm publish