Closed TheMarex closed 7 years ago
mapbox-gl-native publishes a binary automatically for every tag if the tag name matches the version in package.json.
package.json
This could remove the need for [publish binary] commits and streamline the release process.
[publish binary]
Stale. We do this with Docker images by now so that we don't have to build them ourselves every time we push a tag. Feel free to re-open in the backend if you still want to see this happening.
mapbox-gl-native publishes a binary automatically for every tag if the tag name matches the version in
package.json
.This could remove the need for
[publish binary]
commits and streamline the release process.