From 7b292f06638b3c360b1e82ffb60dedc69a196aac Mon Sep 17 00:00:00 2001 From: Juan Escalada <97265671+jescalada@users.noreply.github.com> Date: Mon, 4 May 2026 12:00:38 +0900 Subject: [PATCH 1/2] fix: v1.1.0 bugfix testing Added information about testing GitLabFlow and simulating a bugfix. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fe84b343b..5442e8c0a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # GitProxy v1.1.0 Testing GitLabFlow branching strategy. This should automatically create a draft setting the project to `v1.1.0`. + +Simulating bugfix in v1.1.0. This should trigger a v1.1.1 publish from the `release-drafter.yml`. From 62bfaf93ba3e258c88f20c0830e65f7755452fa0 Mon Sep 17 00:00:00 2001 From: Juan Escalada Date: Mon, 4 May 2026 12:02:33 +0900 Subject: [PATCH 2/2] fix: simulated bugfix in v1.1.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5442e8c0a..04ba05798 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ Testing GitLabFlow branching strategy. This should automatically create a draft setting the project to `v1.1.0`. -Simulating bugfix in v1.1.0. This should trigger a v1.1.1 publish from the `release-drafter.yml`. +Simulating bugfix in v1.1.0. This should trigger a v1.1.1 publish from the `release-drafter.yml`. Making a new PR.