You need aws
pip install awscli
Then make the release with make
-
Write a
CHANGELOG.mdentry that describes your changes and links to issues in question -
Bump
package.jsonversion
Mapbox.js uses a version number pulled from package.json, so after updating package.json,
rebuild it.
make
git tag v1.your.version -s -m "Version v1.your.version, with xxx changes"
git push origin mb-pages --tags
npm publish
./deploy.sh v1.your.version
./bower.sh --action=prepare
./bower.sh --action=publish
$ ./_docs/build.sh v1.your.versionThen git add the new generated files in the docs directory.
Then update the version number in _config.yml and its variants,
and then in the relevant server software.