mirror of
https://github.com/maptiler/tileserver-gl.git
synced 2024-11-10 12:44:22 +03:00
7 lines
148 B
Markdown
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)
|