Skip to content

Commit ea0b9c7

Browse files
committed
fix: try to generate notes again
1 parent bb11107 commit ea0b9c7

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

package.json

+3-7
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,7 @@
7272
"main"
7373
],
7474
"plugins": [
75-
[
76-
"@semantic-release/commit-analyzer",
77-
{
78-
"preset": "conventionalcommits"
79-
}
80-
],
75+
"@semantic-release/commit-analyzer",
8176
"@semantic-release/release-notes-generator",
8277
[
8378
"@semantic-release/changelog",
@@ -101,6 +96,7 @@
10196
"message": "chore(release): set `package.json` to ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
10297
}
10398
]
104-
]
99+
],
100+
"preset": "conventionalcommits"
105101
}
106102
}

0 commit comments

Comments
 (0)