We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eb5622 commit f9a46d3Copy full SHA for f9a46d3
.releaserc.json
@@ -1,20 +1,8 @@
1
{
2
"branches": ["main"],
3
"plugins": [
4
- "@semantic-release/commit-analyzer",
5
- [
6
- "@semantic-release/release-notes-generator",
7
- {
8
- "preset": "conventionalcommits",
9
- "parserOpts": {
10
- "noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES"]
11
- },
12
- "writerOpts": {
13
- "commitsSort": ["subject", "scope"]
14
15
- "excludeMergeCommits": true
16
- }
17
- ],
+ ["@semantic-release/commit-analyzer", { "preset": "conventionalcommits" }],
+ ["@semantic-release/release-notes-generator", { "preset": "conventionalcommits" }],
18
"@semantic-release/npm",
19
"@semantic-release/github"
20
]
0 commit comments