Project-OSRM / node-osrm

DEPRECATED Part of osrm-backend since 5.7. NodeJS bindings for OSRM
BSD 2-Clause "Simplified" License
141 stars 48 forks source link

Autopublish on for every tag #270

Closed TheMarex closed 7 years ago

TheMarex commented 8 years ago

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.

daniel-j-h commented 7 years ago

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.