We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 416e244 commit fe19dfbCopy full SHA for fe19dfb
2 files changed
.github/workflows/release.yml
@@ -4,6 +4,10 @@ on:
4
push:
5
branches:
6
- develop
7
+<<<<<<< Updated upstream
8
+=======
9
+ - main
10
+>>>>>>> Stashed changes
11
12
jobs:
13
release:
package.json
@@ -15,7 +15,15 @@
15
},
16
"release": {
17
"branches": [
18
19
"main"
20
21
+ "main",
22
+ {
23
+ "name": "develop",
24
+ "prerelease": true
25
+ }
26
27
],
28
"plugins": [
29
"@semantic-release/commit-analyzer",
0 commit comments