Skip to content
Bryan Housel edited this page Mar 17, 2021 · 4 revisions

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

Home

For Contributors

Contributing to the index

Advanced Topics

For Developers

Information for developers using the name-suggestion-index in another project.

For Maintainers

Information for maintainers, including how to clone and build the project.

 

Clone this wiki locally