From 545a56a01ec3de6ed86152efc49b164573598284 Mon Sep 17 00:00:00 2001 From: Juan Escalada Date: Mon, 4 May 2026 14:55:48 +0900 Subject: [PATCH] fix: simulate bugfix in 1.2.1 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e3b408d3e..49258e1e3 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,5 @@ Testing GitLabFlow branching strategy. This should automatically create a draft Simulating bugfix in v1.1.0. This should trigger a v1.1.1 publish from the `release-drafter.yml`. Making a new PR. 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. + +Simulating bugfix in `v1.2.1`. This should create a `1.2.2` draft release.