There was an error while loading. Please reload this page.
1 parent bef048c commit 8703e71Copy full SHA for 8703e71
.releaserc
@@ -0,0 +1,10 @@
1
+{
2
+ "plugins": [
3
+ "@semantic-release/commit-analyzer",
4
+ "@semantic-release/release-notes-generator",
5
+ ["@semantic-release/npm", {
6
+ "pkgRoot": "lib"
7
+ }],
8
+ "@semantic-release/git"
9
+ ]
10
+}
0 commit comments