We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3067dc0 commit 516413aCopy full SHA for 516413a
.releaserc.json
@@ -0,0 +1,10 @@
1
+{
2
+ "plugins": [
3
+ "@semantic-release/commit-analyzer",
4
+ "@semantic-release/release-notes-generator",
5
+ ["@semantic-release/github", {
6
+ "successComment": false
7
+ }],
8
+ "@semantic-release/npm"
9
+ ]
10
+}
0 commit comments