We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 915f972 commit f8d4943Copy full SHA for f8d4943
1 file changed
.releaserc
@@ -2,6 +2,10 @@
2
"$schema": "https://json.schemastore.org/semantic-release.json",
3
"branches": ["main"],
4
"plugins": [
5
+ "@semantic-release/commit-analyzer",
6
+ "@semantic-release/release-notes-generator",
7
+ "@semantic-release/npm",
8
+ "@semantic-release/github",
9
"@semantic-release/git"
10
],
11
"preset": "conventionalcommits"
0 commit comments