Skip to content

Commit 0bbd9e8

Browse files
Update README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 631610a commit 0bbd9e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ This action follows a **fully automated release workflow** with zero manual inte
216216

217217
1. **Detects when a release is needed** (new commits to master, excluding docs/dependencies)
218218
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)
219+
- `minor`: Merges from `feat*` branches or "feat:" in commits (v0.10.2 → v0.11.0)
220220
- `patch`: All other changes (v0.10.2 → v0.10.4)
221221
3. **Calculates next version** using semantic versioning
222222
4. **Creates release branch** with version updates using own action

0 commit comments

Comments
 (0)