Skip to content

Commit 8d758ea

Browse files
Fix naming in README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1bc2e16 commit 8d758ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ 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-
- `major`: Merges from `feat*` branches or "feat:" in commits (v0.10.2 → v0.11.0)
220-
- `minor`: All other changes (v0.10.2 → v0.10.3)
219+
- `minor`: Merges from `feat*` branches or "feat:" in commits (v0.10.2 → v0.10.3)
220+
- `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
223223
5. **PUSH-OTHER.yml creates the PR** automatically

0 commit comments

Comments
 (0)