From 4dee3c8e18234eee873a6254bbe5e515d0785329 Mon Sep 17 00:00:00 2001 From: Juan Escalada Date: Mon, 4 May 2026 13:57:31 +0900 Subject: [PATCH] feat: bump to 1.3, simulate feature being added --- README.md | 2 ++ package-lock.json | 6 +++--- package.json | 2 +- packages/git-proxy-cli/package.json | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 80fb21f42..0050586e3 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,5 @@ Testing GitLabFlow branching strategy. This should automatically create a draft setting the project to `v1.1.0`. Testing new feature on `v1.1.0`, from `main`. This should automatically create a draft setting the project to `v1.2.0`. Note that `v1.1.0` release has already been made, and a `v1.1.1` bugfix draft is present. + +Testing new feature on `v1.2.0` from `main`. This should create a draft to `1.3.0` once the `release/1.3` branch is created. diff --git a/package-lock.json b/package-lock.json index ccaf37b04..35bacbc72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@jescalada/git-proxy-deployment-testing", - "version": "1.1.0", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@jescalada/git-proxy-deployment-testing", - "version": "1.1.0", + "version": "1.3.0", "license": "Apache-2.0", "workspaces": [ "./packages/git-proxy-cli" @@ -15066,7 +15066,7 @@ }, "packages/git-proxy-cli": { "name": "@jescalada/git-proxy-cli", - "version": "1.1.0", + "version": "1.3.0", "license": "Apache-2.0", "dependencies": { "@finos/git-proxy": "2.0.0-rc.6", diff --git a/package.json b/package.json index fda5d44d6..b6ece5701 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jescalada/git-proxy-deployment-testing", - "version": "1.1.0", + "version": "1.3.0", "description": "Testing deployment workflows for @finos/git-proxy.", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/git-proxy-cli/package.json b/packages/git-proxy-cli/package.json index 8cb4d36f9..88712acd5 100644 --- a/packages/git-proxy-cli/package.json +++ b/packages/git-proxy-cli/package.json @@ -1,6 +1,6 @@ { "name": "@jescalada/git-proxy-cli", - "version": "1.1.0", + "version": "1.3.0", "description": "Command line interface tool for FINOS GitProxy.", "bin": { "git-proxy-cli": "./dist/index.js"