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 56a6054 commit 0c4349bCopy full SHA for 0c4349b
.releaserc
@@ -0,0 +1,19 @@
1
+{
2
+ "branches": [
3
+ "main"
4
+ ],
5
+ "plugins": [
6
+ "@semantic-release/commit-analyzer",
7
+ "@semantic-release/release-notes-generator",
8
+ "@semantic-release/changelog",
9
+ [
10
+ "@semantic-release/npm",
11
+ {
12
+ "pkgRoot": "dist",
13
+ "npmPublish": true,
14
+ "access": "public"
15
+ }
16
17
+ "@semantic-release/git"
18
+ ]
19
+}
0 commit comments