Skip to content

Commit d4d754a

Browse files
author
OneSignal
committed
ci: add @semantic-release/commit-analyzer to .releaserc.json
1 parent 82da05d commit d4d754a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.releaserc.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
"branches": ["main"],
33
"tagFormat": "v${version}",
44
"plugins": [
5+
[
6+
"@semantic-release/commit-analyzer",
7+
{
8+
"preset": "conventionalcommits"
9+
}
10+
],
511
[
612
"@semantic-release/release-notes-generator",
713
{

0 commit comments

Comments
 (0)