Skip to content

Commit 97e273e

Browse files
committed
build: start releasing alpha packages
1 parent 5fc8a6f commit 97e273e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- master
6+
- alpha
67

78
jobs:
89
release:

.releaserc

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
2-
"branch": "master",
2+
"branches": [
3+
"master",
4+
{name: "alpha", prerelease: true}
5+
],
36
"tagFormat": "v${version}",
47
"verifyConditions": [
58
{

0 commit comments

Comments
 (0)