Replace default branch name with main

This commit is contained in:
Jonathan Clem
2020-07-14 16:36:10 -04:00
parent b507739f17
commit 1ba1e95cf2
5 changed files with 9 additions and 9 deletions

View File

@@ -25,4 +25,4 @@ Releases are done manually, for now:
1. Ensure that the build is up to date with `npm run build`.
1. Bump the [package.json](/package.json#L3) and [package-lock.json](/package-lock.json#L3) version numbers and commit them.
1. Update documentation (including updated version numbers).
1. Tag master with the new version number and create a GitHub release.
1. Tag main with the new version number and create a GitHub release.