Skip to content

Commit c6fc842

Browse files
authored
1 parent c6f39ff commit c6fc842

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- main
7+
- beta
8+
- '+([0-9])?(.{+([0-9]),x}).x'
79

810
jobs:
911
lint-and-test:

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
pull_request:
66
branches:
77
- master
8+
- beta
9+
- '+([0-9])?(.{+([0-9]),x}).x'
810

911
jobs:
1012
lint-and-test:

.releaserc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
{
22
"repositoryUrl": "[email protected]:kelektiv/node-cron.git",
33
"branches": [
4-
"master"
4+
"master",
5+
{
6+
"name": "beta",
7+
"prerelease": true
8+
},
9+
"+([0-9])?(.{+([0-9]),x}).x"
510
],
611
"tagFormat": "v${version}",
712
"plugins": [

0 commit comments

Comments
 (0)