Update publishing instructions
This commit is contained in:
parent
09ac32af86
commit
30439090bd
1 changed files with 8 additions and 1 deletions
|
|
@ -3,4 +3,11 @@
|
||||||
- Update version in `package.json`
|
- Update version in `package.json`
|
||||||
- `git tag vx.x.x`
|
- `git tag vx.x.x`
|
||||||
- `git push --tags`
|
- `git push --tags`
|
||||||
- `node publish.js` (publishes packages to npm)
|
- `docker buildx build --platform linux/amd64 -t maptiler/tileserver-gl:latest -t maptiler/tileserver-gl:[version] .`
|
||||||
|
- `docker push maptiler/tileserver-gl --all-tags`
|
||||||
|
- ` npm publish --access public` or `node publish.js`
|
||||||
|
- `node publish.js --no-publish`
|
||||||
|
- `cd light`
|
||||||
|
- `docker buildx build --platform linux/amd64 -t maptiler/tileserver-gl-light:latest -t maptiler/tileserver-gl-light:[version] .`
|
||||||
|
- `docker push maptiler/tileserver-gl-light --all-tags`
|
||||||
|
- `npm publish --access public`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue