tileserver-gl/PUBLISHING.md
2016-08-24 14:20:16 +02:00

7 lines
148 B
Markdown

# Publishing new version
- Update version in `package.json`
- `git tag vx.x.x`
- `git push --tags`
- `node publish.js` (publishes packages to npm)