From b4be22b5f19c65dd17785148c0fa08dd9e77ded9 Mon Sep 17 00:00:00 2001 From: Mac Long Date: Fri, 9 May 2025 17:24:42 +0200 Subject: [PATCH] fix!: add notes on quick fix process --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e77eac9b..744d41f8 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,14 @@ prefixes: - `feat:` - Minor version increment for new features. - `fix:` - Patch version increment for bug fixes. +### 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. +This ensures that all of the branches remain up in sync when quick changes are required in the main branch. + +### + ## Contributing Contributions are what make the open-source community such an amazing place to