Skip to content

Commit 2af0dd4

Browse files
Updated documentation for GHA release workflow
1 parent 9a83bf4 commit 2af0dd4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

5959
1. Update the version in mapbox_tilesets/__init__.py
6060
2. Update the changelog
6161
3. Commit changes to **your branch**. For example `git commit -am '0.2.0' && git push origin HEAD`
6262
4. Get a review and merge your changes to master.
6363
5. Get the latest changes locally from master `git checkout master && git pull origin master`
6464
6. 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
CLI for interacting with and preparing data for the [Mapbox Tiling Service](https://docs.mapbox.com/mapbox-tiling-service/overview/).
66

0 commit comments

Comments
 (0)