We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f39ff commit c6fc842Copy full SHA for c6fc842
.github/workflows/release.yml
@@ -4,6 +4,8 @@ on:
4
push:
5
branches:
6
- main
7
+ - beta
8
+ - '+([0-9])?(.{+([0-9]),x}).x'
9
10
jobs:
11
lint-and-test:
.github/workflows/test.yml
@@ -5,6 +5,8 @@ on:
pull_request:
- master
12
.releaserc
@@ -1,7 +1,12 @@
1
{
2
"repositoryUrl": "[email protected]:kelektiv/node-cron.git",
3
"branches": [
- "master"
+ "master",
+ {
+ "name": "beta",
+ "prerelease": true
+ },
+ "+([0-9])?(.{+([0-9]),x}).x"
],
"tagFormat": "v${version}",
"plugins": [
0 commit comments