File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -216,8 +216,8 @@ This action follows a **fully automated release workflow** with zero manual inte
216216
2172171. **Detects when a release is needed** (new commits to master, excluding docs/dependencies)
2182182. **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 )
2212213. **Calculates next version** using semantic versioning
2222224. **Creates release branch** with version updates using own action
2232235. **PUSH-OTHER.yml creates the PR** automatically
You can’t perform that action at this time.
0 commit comments