We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 631610a commit 0bbd9e8Copy full SHA for 0bbd9e8
README.md
@@ -216,7 +216,7 @@ This action follows a **fully automated release workflow** with zero manual inte
216
217
1. **Detects when a release is needed** (new commits to master, excluding docs/dependencies)
218
2. **Determines version type** from merged branch names and commit messages:
219
- - `minor`: Merges from `feat*` branches or "feat:" in commits (v0.10.2 → v0.10.3)
+ - `minor`: Merges from `feat*` branches or "feat:" in commits (v0.10.2 → v0.11.0)
220
- `patch`: All other changes (v0.10.2 → v0.10.4)
221
3. **Calculates next version** using semantic versioning
222
4. **Creates release branch** with version updates using own action
0 commit comments