We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a20bc6 + b4be22b commit 9ad467bCopy full SHA for 9ad467b
README.md
@@ -127,6 +127,14 @@ prefixes:
127
- `feat:` - Minor version increment for new features.
128
- `fix:` - Patch version increment for bug fixes.
129
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
138
## Contributing
139
140
Contributions are what make the open-source community such an amazing place to
0 commit comments