Skip to content

Commit

Permalink
Merge pull request #687 from johannrichard/next
Browse files Browse the repository at this point in the history
fix: 🐛 fix build
  • Loading branch information
johannrichard authored Nov 1, 2024
2 parents 4519c54 + 3864d06 commit 542528d
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,17 @@
]
},
"release": {
"plugins": [
"@semantic-release/commit-analyzer",
"plugins": [ [
"@semantic-release/commit-analyzer", {
"preset": "angular",
"releaseRules": [
{ "type": "docs", "scope": "README", "release": "patch" },
{ "type": "refactor", "scope": "platform", "release": "minor" },
{ "type": "refactor", "release": "patch" },
{ "type": "fix", "release": "patch" },
{ "scope": "no-release", "release": false }
]
}],
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
Expand Down

0 comments on commit 542528d

Please sign in to comment.