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/3] 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/3] 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. From daa51c31e20652f996a97f993d805f55d90628c3 Mon Sep 17 00:00:00 2001 From: Juan Escalada Date: Mon, 4 May 2026 13:37:19 +0900 Subject: [PATCH 3/3] fix: filter-by-commitish option --- .github/release-drafter.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index dc4953957..0bea1b1ff 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -2,6 +2,7 @@ name-template: 'v$RESOLVED_VERSION' tag-template: 'v$RESOLVED_VERSION' change-template: '- $TITLE @$AUTHOR (#$NUMBER)' +filter-by-commitish: true template: | ### What's Changed