Skip to content

Commit 1eed7b3

Browse files
authored
Merge branch 'release/1.3' into release/1.2
2 parents 6fdb415 + cef54f7 commit 1eed7b3

4 files changed

Lines changed: 7 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ Simulating bugfix in v1.1.0. This should trigger a v1.1.1 publish from the `rele
77
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.
88

99
Simulating bugfix in `v1.2.1`. This should create a `1.2.2` draft release.
10+
11+
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. Retesting.

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jescalada/git-proxy-deployment-testing",
3-
"version": "1.2.2",
3+
"version": "1.3.1",
44
"description": "Testing deployment workflows for @finos/git-proxy.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/git-proxy-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jescalada/git-proxy-cli",
3-
"version": "1.2.2",
3+
"version": "1.3.1",
44
"description": "Command line interface tool for FINOS GitProxy.",
55
"bin": {
66
"git-proxy-cli": "./dist/index.js"

0 commit comments

Comments
 (0)