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 1d2ec4d commit 5915057Copy full SHA for 5915057
.releaserc.json
@@ -0,0 +1,25 @@
1
+{
2
+ "branches": [
3
+ "+([0-9])?(.{+([0-9]),x}).x",
4
+ "master",
5
+ "main",
6
+ {
7
+ "name": "preview",
8
+ "prerelease": true
9
+ }
10
+ ],
11
+ "tagFormat": "${version}",
12
+ "plugins": [
13
+ "@semantic-release/commit-analyzer",
14
+ "@semantic-release/release-notes-generator",
15
+ "@semantic-release/changelog",
16
+ [
17
+ "@semantic-release/npm",
18
19
+ "npmPublish": false
20
21
22
+ "@semantic-release/git",
23
+ "@semantic-release/github"
24
+ ]
25
+}
0 commit comments