You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2025. It is now read-only.
Matthew Perry edited this page Jul 10, 2017
·
9 revisions
Releases should be coordinated
In mapbox-sdk-py
Release branch from master
Update version in mapbox/__init__.py
Update CHANGES
Create a Release ticket
Commit, PR, review and merge it
Checkout master and pull
git tag version where version is a major.minor.patch string and git push --tags (Travis releases for us)
Close release ticket
In mapbox-cli-py
Wait for new sdk version on pypi (otherwise cli might be published to pypi and, for a short time, have a dependency on a sdk version that doesn't exist yet)
Release branch from master
Update version in mapboxcli/__init__.py
Update SDK version spec in setup.py
Update change log
Create release ticket
Commit, PR, review and merge it
checkout master and pull
git tag version where version is a major.minor.patch string and git push --tags (Travis releases for us)