Skip to content

Commit bc36efa

Browse files
authored
Merge pull request #383 from chris-pardy/v7-baseline
Increment Major Version
2 parents a7f7581 + f1bf29f commit bc36efa

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Deploy Package
55

66
on:
77
push:
8-
branches: [ master ]
8+
branches: [ master, v7 ]
99

1010
jobs:
1111
build:

.github/workflows/node.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Node.js CI
55

66
on:
77
pull_request:
8-
branches: [ master, next-major ]
8+
branches: [ master, v7 ]
99

1010
jobs:
1111
build:

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-rules-engine",
3-
"version": "6.6.0",
3+
"version": "7.0.0-alpha.1",
44
"description": "Rules Engine expressed in simple json",
55
"main": "dist/index.js",
66
"types": "types/index.d.ts",
@@ -23,6 +23,9 @@
2323
"engine",
2424
"rules engine"
2525
],
26+
"publishConfig": {
27+
"tag": "next"
28+
},
2629
"standard": {
2730
"parser": "babel-eslint",
2831
"ignore": [

0 commit comments

Comments
 (0)