-
Notifications
You must be signed in to change notification settings - Fork 876
Release Checklist
Bryan Housel edited this page Mar 17, 2021
·
4 revisions
- 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
Contributing to the index
- Feature Files (geofences)
- Using Overpass Turbo
- Config Files
- Property Reference
- Technical Details
Information for developers using the name-suggestion-index in another project.
Information for maintainers, including how to clone and build the project.