Skip to content

Commit 8b23916

Browse files
committed
ci: use conventional commits preset for commit-analyzer
commit-analyzer by default uses the angular preset, which do not follow the conventional commits specification. This commit changes the preset to conventionalcommits https://www.conventionalcommits.org/en/v1.0.0/
1 parent d504cc2 commit 8b23916

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.releaserc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
"main"
44
],
55
"plugins": [
6-
"@semantic-release/commit-analyzer",
6+
[
7+
"@semantic-release/commit-analyzer",
8+
{
9+
"preset": "conventionalcommits",
10+
}
11+
],
712
"@semantic-release/release-notes-generator",
813
"@semantic-release/changelog",
914
"@semantic-release/npm",

0 commit comments

Comments
 (0)