File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,16 +54,16 @@ After which you can add these changes and commit again. Note that failing pre-co
5454
5555## Release process
5656
57- Releases to PyPi are handled via TravisCI and GitHub tags. Once changes have been merged to master:
57+ Releases to PyPi are handled via Github Actions and GitHub tags. Once changes have been merged to master:
5858
59591 . Update the version in mapbox_tilesets/__ init__ .py
60602 . Update the changelog
61613 . Commit changes to ** your branch** . For example ` git commit -am '0.2.0' && git push origin HEAD `
62624 . Get a review and merge your changes to master.
63635 . Get the latest changes locally from master ` git checkout master && git pull origin master `
64646 . Tag on GitHub with ` git tag ` and push tags. For example ` git tag -a v0.2.0 -m 'v0.2.0' && git push --tags `
65- 7 . Watch for tag build on travis at https://travis-ci .com/github/ mapbox/tilesets-cli/builds
66- 8 . Once travis completes successfully, look for the release at https://pypi.org/project/mapbox-tilesets/#history
65+ 7 . Watch for tag build on Github Actions at https://github .com/mapbox/tilesets-cli/actions
66+ 8 . Once Github Actions completes successfully, look for the release at https://pypi.org/project/mapbox-tilesets/#history
6767
6868## Tests
6969
Original file line number Diff line number Diff line change 11# tilesets-cli
22
3- [ ![ Build Status] ( https://travis-ci .com/mapbox/tilesets-cli. svg?token=wqR3RcWUEprcQ1ttsgiP&branch=master )] ( https://travis-ci .com/mapbox/tilesets-cli ) [ ![ codecov] ( https://codecov.io/gh/mapbox/tilesets-cli/branch/master/graph/badge.svg?token=YBTKyc2o3j )] ( https://codecov.io/gh/mapbox/tilesets-cli )
3+ [ ![ Build Status] ( https://github .com/mapbox/tilesets-cli/actions/workflows/release.yaml/badge. svg )] ( https://github .com/mapbox/tilesets-cli/actions/workflows/release.yaml ) [ ![ codecov] ( https://codecov.io/gh/mapbox/tilesets-cli/branch/master/graph/badge.svg?token=YBTKyc2o3j )] ( https://codecov.io/gh/mapbox/tilesets-cli )
44
55CLI for interacting with and preparing data for the [ Mapbox Tiling Service] ( https://docs.mapbox.com/mapbox-tiling-service/overview/ ) .
66
You can’t perform that action at this time.
0 commit comments