Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 522 Bytes

DEPLOYING.md

File metadata and controls

27 lines (16 loc) · 522 Bytes

Deploying Mapbox.js

You need s3cmd

brew install s3cmd

Then make the release with make

  • Write a CHANGELOG.md entry that describes your changes and links to issues in question

  • Bump package.json version

git tag & npm package

git tag v1.your.version -s -m "Version v1.your.version, with xxx changes"
git push origin master --tags
npm publish

deploying to the cdn

./deploy.sh v1.your.version

deploying to bower

./bower.sh --action=prepare
./bower.sh --action=publish