Skip to content

Commit 4fd4e32

Browse files
committed
ci: add next release channel
1 parent 67220d5 commit 4fd4e32

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release.yml

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

release.config.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ module.exports = {
55
branches: [
66
'+([0-9])?(.{+([0-9]),x}).x',
77
'master',
8+
'next',
89
{ name: 'beta', prerelease: true },
910
{ name: 'alpha', prerelease: true }
1011
],

0 commit comments

Comments
 (0)