We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1201648 commit 4522afeCopy full SHA for 4522afe
.releaserc.json
@@ -1,8 +1,12 @@
1
{
2
"branches": ["main"],
3
"plugins": [
4
- "@semantic-release/commit-analyzer",
5
- "@semantic-release/release-notes-generator",
+ ["@semantic-release/commit-analyzer", {
+ "preset": "conventionalcommits"
6
+ }],
7
+ ["@semantic-release/release-notes-generator", {
8
9
10
[
11
"@semantic-release/exec",
12
0 commit comments