Always check local variables

This commit is contained in:
Patrick Niklaus
2017-03-30 17:34:40 +00:00
committed by Patrick Niklaus
parent 0363d64722
commit 273fd689ce
2 changed files with 77 additions and 1 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ We may introduce forward-compatible changes: query parameters and response prope
7. Use `npm run build-api-docs` to generate the API documentation. Copy `build/docs/*` to `https://github.com/Project-OSRM/project-osrm.github.com` in the `docs/vN.N.N/api` directory
8. Push tags and commits: `git push; git push --tags`
9. If not a release-candidate: Write a mailing-list post to osrm-talk@openstreetmap.org to announce the release
10. Wait until the travis build has been complated and check if the node binaries were published by doing:
10. Wait until the travis build has been completed and check if the node binaries were published by doing:
`rm -rf node_modules && npm install` locally.
11. For final releases run `npm publish` or `npm publish --tag next` for release candidates.