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 674638c commit 87a3620Copy full SHA for 87a3620
.releaserc.json
@@ -0,0 +1,17 @@
1
+{
2
+ "branches": [
3
+ "main",
4
+ {
5
+ "name": "alpha",
6
+ "prerelease": true
7
+ }
8
+ ],
9
+ "debug": true,
10
+ "ci": true,
11
+ "dryRun": false,
12
+ "plugins": [
13
+ "@semantic-release/commit-analyzer",
14
+ "@semantic-release/release-notes-generator",
15
+ "@semantic-release/github"
16
+ ]
17
+}
0 commit comments