Skip to content

Commit 6481e96

Browse files
author
Katarina Anton
committed
ci: setup next release channel
1 parent b1a317e commit 6481e96

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches:
55
- master
66
- beta
7+
- next
78

89
jobs:
910
lint-test-build:

.releaserc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"branches": [
33
{ "name": "master" },
4-
{ "name": "beta", "channel": "beta", "prerelease": true }
4+
{ "name": "beta", "channel": "beta", "prerelease": true },
5+
{ "name": "next", "channel": "next" }
56
],
67
"preset": "conventionalcommits",
78
"presetConfig": {

0 commit comments

Comments
 (0)