@@ -7,8 +7,8 @@ A WebGL JavaScript interactive maps library that can render [Mapbox Vector Tiles
77Include the source via HTML tags:
88
99``` html
10- <script src =' https://api.tiles.mapbox.com/mapbox-gl-js/v0.11.5 /mapbox-gl.js' ></script >
11- <link href =' https://api.tiles.mapbox.com/mapbox-gl-js/v0.11.5 /mapbox-gl.css' rel =' stylesheet' />
10+ <script src =' https://api.tiles.mapbox.com/mapbox-gl-js/v0.12.0 /mapbox-gl.js' ></script >
11+ <link href =' https://api.tiles.mapbox.com/mapbox-gl-js/v0.12.0 /mapbox-gl.css' rel =' stylesheet' />
1212```
1313
1414For more information, see the [ API documentation] ( https://www.mapbox.com/mapbox-gl-js/api/ ) and [ examples] ( https://www.mapbox.com/mapbox-gl-js/examples/ ) .
@@ -82,14 +82,15 @@ To prepare a release:
8282
8383* Merge ` mb-pages ` into ` master ` :
8484 * ` git checkout master && git merge origin/mb-pages `
85- * Update ` CHANGELOG.md `
85+ * Update ` CHANGELOG.md ` with all changes since the last release
8686* Update the version number in ` package.json ` , ` README.md ` , ` bench/fps/site.js ` , ` _config.yml ` , and ` _config.mb-pages.yml `
8787* Commit changes
88- * Tag the release (` git tag vX.Y.Z && git push origin --tags ` ). The CI server will automatically publish tagged builds to the Mapbox CDN.
89- * Publish the build to npm (` npm publish ` )
88+ * Run ` npm version patch ` (or ` major ` , or ` minor ` ) to bump the version number
89+ * Run ` git push origin --tags ` . The CI server will automatically publish tagged builds to the Mapbox CDN.
90+ * Run ` npm publish ` to publish the build to npm.
9091* Merge ` master ` into ` mb-pages ` and publish documentation:
9192 * ` git checkout mb-pages && git merge master && git push origin mb-pages `
92- * [ Create a GitHub release] ( https://github.com/mapbox/mapbox-gl-js/releases/new )
93+ * [ Create a GitHub release] ( https://github.com/mapbox/mapbox-gl-js/releases/new ) using the CHANGELOG
9394
9495## [ Style Reference] ( https://www.mapbox.com/mapbox-gl-style-spec/ )
9596
0 commit comments