From 8e6f5eaff3950af5554da800f119385df4692fa3 Mon Sep 17 00:00:00 2001 From: Mac Long Date: Fri, 9 May 2025 17:36:25 +0200 Subject: [PATCH] fix!: update notes on automated quick fix workflow --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 744d41f8..b5180a60 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ prefixes: ### Quick Fixes For urgent fixes that need to be pushed to `main` right away, create a PR with the title including `fix!:` -once this is approved and merged, an action will automatically create PRs for `next` and `development` as well. +once this is approved and merged, an action will automatically create and if possible approve PRs for `next` and `development` as well. This ensures that all of the branches remain up in sync when quick changes are required in the main branch. ###