We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc3b18a commit 0e9651dCopy full SHA for 0e9651d
.github/WORKFLOWS.md
@@ -76,7 +76,7 @@ This repository uses: Fully automated release creation with zero manual interven
76
**Automated Release Process**:
77
1. New commits pushed to master (excluding docs/dependencies)
78
2. System analyzes merged branch names and commit messages:
79
- - Merged from "feat" branches → major version (v0.10.2 → v0.11.0)
+ - Merged from "feat" branches → minor version (v0.10.2 → v0.11.0)
80
- Other changes → minor version (v0.10.2 → v0.10.3)
81
3. Automatically creates `release/vX.Y.Z` branch using own action
82
4. Updates version in `action.yml` and `Makefile`
0 commit comments