Skip to content

Commit

Permalink
ci: use main branch instead of master
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Sthamer <[email protected]>
  • Loading branch information
P4sca1 committed Apr 11, 2021
1 parent c578607 commit 78ed740
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ When pushing to the `next` branch, a pre-release is created.

**Want to publish your package to npm automatically?** Update the `package.json` and configure [@semantic-release/npm](https://github.com/semantic-release/npm).

Because every commit will lead to a new release automatically, you need to work on the `dev` branch and feature branches and only merge your work over to master when you want to draft a release.
Because every commit will lead to a new release automatically, you need to work on the `dev` branch and feature branches and only merge your work over to main when you want to draft a release.
See the `semantic-release` website for additional help.

**Don't want to use semantic-release?**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"release": {
"branches": [
"master",
"main",
{
"name": "next",
"prelease": true
Expand Down

0 comments on commit 78ed740

Please sign in to comment.