Skip to content

Commit

Permalink
fix(ci): fix semantic-release usage
Browse files Browse the repository at this point in the history
Fixes bug introduced by c7d7ca5
  • Loading branch information
papb committed Jun 26, 2021
1 parent c7d7ca5 commit dc3ec53
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,14 +163,14 @@
},
"release": {
"plugins": [
"semantic-release-fail-on-major-bump"
"@semantic-release/commit-analyzer",
"semantic-release-fail-on-major-bump",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github"
],
"branches": [
"v6"
],
"verifyConditions": [
"@semantic-release/npm",
"@semantic-release/github"
]
},
"publishConfig": {
Expand Down

0 comments on commit dc3ec53

Please # to comment.