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 a12bcc7 commit e0ea0e5Copy full SHA for e0ea0e5
.github/workflows/release.yml
@@ -9,7 +9,7 @@ name: Semantic-Release CI
9
10
on:
11
push:
12
- branches: [notyet]
+ branches: [main]
13
14
jobs:
15
release:
.releaserc.json
@@ -1,7 +1,12 @@
1
{
2
"branches": [
3
- "main",
4
- "next"
+ {
+ "name": "main"
5
+ },
6
7
+ "name": "alpha",
8
+ "prerelease": "alpha"
+ }
],
"plugins": [
"@semantic-release/commit-analyzer",
0 commit comments