Skip to content

Commit 0e9651d

Browse files
Update .github/WORKFLOWS.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent dc3b18a commit 0e9651d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/WORKFLOWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ This repository uses: Fully automated release creation with zero manual interven
7676
**Automated Release Process**:
7777
1. New commits pushed to master (excluding docs/dependencies)
7878
2. System analyzes merged branch names and commit messages:
79-
- Merged from "feat" branches → major version (v0.10.2 → v0.11.0)
79+
- Merged from "feat" branches → minor version (v0.10.2 → v0.11.0)
8080
- Other changes → minor version (v0.10.2 → v0.10.3)
8181
3. Automatically creates `release/vX.Y.Z` branch using own action
8282
4. Updates version in `action.yml` and `Makefile`

0 commit comments

Comments
 (0)