Skip to content

Commit b08c4da

Browse files
committed
fix: Updated with missing packages for semantic release.
1 parent b5f8898 commit b08c4da

File tree

3 files changed

+4033
-1889
lines changed

3 files changed

+4033
-1889
lines changed

.releaserc.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
{
22
"branches": ["main"],
3-
"analyzeCommits": "angular",
43
"plugins": [
5-
"@semantic-release/commit-analyzer",
4+
["@semantic-release/commit-analyzer",
5+
{ "preset": "angular",
6+
"parserOpts" : {
7+
"noteKeywords": [ "BREAKING-CHANGE" ]
8+
}
9+
}],
610
"@semantic-release/release-notes-generator",
711
"@semantic-release/npm",
812
"@semantic-release/github"
913
],
10-
"dryRun": "false"
14+
"dryRun": false
1115
}

0 commit comments

Comments
 (0)