Skip to content

Commit

Permalink
Use main branch as default, migrate to travis-ci.com (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
jseppi authored Nov 6, 2020
1 parent bee9629 commit c1f129a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![npm version](https://badge.fury.io/js/%40mapbox%2Fspritezero.svg)](https://badge.fury.io/js/%40mapbox%2Fspritezero)
[![build status](https://secure.travis-ci.org/mapbox/spritezero.svg)](http://travis-ci.org/mapbox/spritezero)
[![Build Status](https://travis-ci.com/mapbox/spritezero.svg?branch=main)](https://travis-ci.com/mapbox/spritezero)

## spritezero

Expand Down
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Release Checklist

#### Update version, docs, tag, and publish
- [ ] git checkout master
- [ ] git checkout main
- [ ] npm install
- [ ] npm run test
- [ ] Update CHANGELOG
Expand All @@ -10,5 +10,5 @@
- [ ] git add .
- [ ] git commit -m 'vA.B.C'
- [ ] git tag vA.B.C
- [ ] git push origin master vA.B.C
- [ ] git push origin main vA.B.C
- [ ] npm publish

0 comments on commit c1f129a

Please sign in to comment.