From f1bf29f3cede1f3df6b83e6939af047a53680d16 Mon Sep 17 00:00:00 2001 From: Chris Pardy Date: Tue, 22 Oct 2024 10:12:33 -0400 Subject: [PATCH] Increment Major Version Increment the Major Version Number and setup deployment --- .github/workflows/deploy.yml | 2 +- .github/workflows/node.js.yml | 2 +- package.json | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 646a2d96..8a4626c2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -5,7 +5,7 @@ name: Deploy Package on: push: - branches: [ master ] + branches: [ master, v7 ] jobs: build: diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 1ad05a66..8317332a 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -5,7 +5,7 @@ name: Node.js CI on: pull_request: - branches: [ master, next-major ] + branches: [ master, v7 ] jobs: build: diff --git a/package.json b/package.json index 43686dd8..8271b7a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "json-rules-engine", - "version": "6.6.0", + "version": "7.0.0-alpha.1", "description": "Rules Engine expressed in simple json", "main": "dist/index.js", "types": "types/index.d.ts", @@ -23,6 +23,9 @@ "engine", "rules engine" ], + "publishConfig": { + "tag": "next" + }, "standard": { "parser": "babel-eslint", "ignore": [