Skip to content

Commit

Permalink
Rename production branch: master => main
Browse files Browse the repository at this point in the history
  • Loading branch information
jstayton committed Sep 14, 2024
1 parent 3a2d11d commit db88d3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ $ npm run lint
## Releasing

After development is done in the `development` branch and is ready for release,
it should be merged into the `master` branch, where the latest release code
lives. [Release It!](https://github.com/release-it/release-it) is then used to
it should be merged into the `main` branch, where the latest release code lives.
[Release It!](https://github.com/release-it/release-it) is then used to
interactively orchestrate the release process:

```bash
Expand Down

0 comments on commit db88d3d

Please sign in to comment.