Skip to content

Commit d867c9f

Browse files
committed
chore: update commit analyzer format
1 parent c4862f1 commit d867c9f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,15 @@
4040
"ts-jest": "^25.2.1",
4141
"typescript": "^3.8.3",
4242
"semantic-release": "^17.2.1"
43+
},
44+
"release": {
45+
"plugins": [
46+
[
47+
"@semantic-release/commit-analyzer",
48+
{
49+
"preset": "conventionalcommits"
50+
}
51+
]
52+
]
4353
}
4454
}

0 commit comments

Comments
 (0)