Skip to content

Commit 9ad467b

Browse files
authored
fix!: add notes on quick fix process
2 parents 1a20bc6 + b4be22b commit 9ad467b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,14 @@ prefixes:
127127
- `feat:` - Minor version increment for new features.
128128
- `fix:` - Patch version increment for bug fixes.
129129

130+
### Quick Fixes
131+
132+
For urgent fixes that need to be pushed to `main` right away, create a PR with the title including `fix!:`
133+
once this is approved and merged, an action will automatically create PRs for `next` and `development` as well.
134+
This ensures that all of the branches remain up in sync when quick changes are required in the main branch.
135+
136+
###
137+
130138
## Contributing
131139

132140
Contributions are what make the open-source community such an amazing place to

0 commit comments

Comments
 (0)