Skip to content

Commit

Permalink
fix(package): move branch up json hierarchy to correct it
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenWesterlaken committed Jan 31, 2021
1 parent 8cc8517 commit 523cf95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@
"node": ">=10"
},
"release": {
"branches": ["master", "main"],
"verifyConditions": [
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git",
"@semantic-release/github"
],
"analyzeCommits": {
"branches": ["master", "main"],
"preset": "angular",
"releaseRules": [
{
Expand Down

0 comments on commit 523cf95

Please sign in to comment.