Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Commit

Permalink
Rename master branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Dec 21, 2020
1 parent 8c1d865 commit fb0604d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASE.md
@@ -1,12 +1,12 @@
## Release Checklist

#### Update version, docs, tag, and publish
- [ ] git checkout master
- [ ] git checkout main
- [ ] npm install && npm run test
- [ ] Update `CHANGELOG.md`
- [ ] Update version number in `package.json`
- [ ] 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 fb0604d

Please sign in to comment.