Skip to content

Commit e0ea0e5

Browse files
committed
ci: enable pre-release tagging
1 parent a12bcc7 commit e0ea0e5

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: Semantic-Release CI
99

1010
on:
1111
push:
12-
branches: [notyet]
12+
branches: [main]
1313

1414
jobs:
1515
release:

.releaserc.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
{
22
"branches": [
3-
"main",
4-
"next"
3+
{
4+
"name": "main"
5+
},
6+
{
7+
"name": "alpha",
8+
"prerelease": "alpha"
9+
}
510
],
611
"plugins": [
712
"@semantic-release/commit-analyzer",

0 commit comments

Comments
 (0)