diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7da3baf7..c6bf0db8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,5 +25,4 @@ Lastly, run the test command from the console: - `git tag -a vX.X.X -m 'vX.X.X'` - `git push --tags` - `npm publish` -- Deploy packaged plugin in [mapbox-gl-plugins](https://github.com/mapbox/mapbox-gl-plugins) -- Update version links in documentation +- Update version number in GL JS examples ([one](https://github.com/mapbox/mapbox-gl-js/blob/mb-pages/docs/_posts/examples/3400-01-12-mapbox-gl-geocoder.html), [two](https://github.com/mapbox/mapbox-gl-js/blob/mb-pages/docs/_posts/examples/3400-01-16-point-from-geocoder-result.html)) diff --git a/circle.yml b/circle.yml index fe465409..bd3815ed 100644 --- a/circle.yml +++ b/circle.yml @@ -1,3 +1,8 @@ machine: node: version: 4 +deployment: + release: + tag: /v[0-9]+\.[0-9]+\.[0-9]+(\-dev)?/ + commands: + - aws s3 cp --recursive --acl public-read dist s3://mapbox-gl-js/plugins/$CIRCLE_PROJECT_REPONAME/$CIRCLE_TAG