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 c9829e6 commit 1e58823Copy full SHA for 1e58823
.github/workflows/release.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- main
7
+ - develop
8
workflow_dispatch:
9
10
jobs:
.releaserc
@@ -1,6 +1,10 @@
1
{
2
"branches": [
3
- "main"
+ "main",
+ {
+ "name": "develop",
+ "prerelease": true
+ }
],
"plugins": [
"@semantic-release/release-notes-generator",
0 commit comments