Skip to content

Commit b5f8898

Browse files
committed
fix: Updated semantic release.
1 parent f862782 commit b5f8898

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.releaserc.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,7 @@
22
"branches": ["main"],
33
"analyzeCommits": "angular",
44
"plugins": [
5-
[
6-
"@semantic-release/commit-analyzer",
7-
{
8-
"preset": "angular",
9-
"parserOpts" : {
10-
"noteKeywords": [ "BREAKING-CHANGE" ]
11-
}
12-
}
13-
],
5+
"@semantic-release/commit-analyzer",
146
"@semantic-release/release-notes-generator",
157
"@semantic-release/npm",
168
"@semantic-release/github"

0 commit comments

Comments
 (0)