Skip to content

Commit 6a299f6

Browse files
Build: Use correct headerCorrespondence field
The eslint conventional changelog uses tag as headerCorrespondence field instead of type in the angular convention.
1 parent ad8a705 commit 6a299f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .releaserc

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
["@semantic-release/commit-analyzer", {
3030
"preset": "eslint",
3131
"releaseRules": [
32-
{"type": "Upgrade", "release": "patch"}
32+
{"tag": "Upgrade", "release": "patch"}
3333
],
3434
}],
3535
]

0 commit comments

Comments
 (0)