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 416e244 commit 7e8b53fCopy full SHA for 7e8b53f
.github/workflows/release.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- develop
7
+ - main
8
9
jobs:
10
release:
package.json
@@ -15,7 +15,11 @@
15
},
16
"release": {
17
"branches": [
18
- "main"
+ "main",
19
+ {
20
+ "name": "develop",
21
+ "prerelease": true
22
+ }
23
],
24
"plugins": [
25
"@semantic-release/commit-analyzer",
0 commit comments