We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04fa2cd commit cb8be40Copy full SHA for cb8be40
.github/misc/.releaserc.json
@@ -1,9 +1,30 @@
1
{
2
"branches": ["main"],
3
"plugins": [
4
- "@semantic-release/commit-analyzer",
5
- "@semantic-release/release-notes-generator",
6
- "@semantic-release/changelog",
+ [
+ "@semantic-release/commit-analyzer",
+ {
7
+ "preset": "conventionalcommits",
8
+ "parserOpts": {
9
+ "noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES"]
10
+ }
11
12
+ ],
13
14
+ "@semantic-release/release-notes-generator",
15
16
17
18
19
20
21
22
23
+ "@semantic-release/changelog",
24
25
+ "changelogFile": "CHANGELOG.md"
26
27
28
[
29
"@semantic-release/exec",
30
0 commit comments