Releases: DWTechs/GitBranchValidator
Releases · DWTechs/GitBranchValidator
Git hooks examples
new rules and patterns
- New default regex for better distinction between release branches and others
- Default pattern now looks for mandatory ticket number or version
- "feature" is now "feat" for shorter branch names
- "bugfix" and "hotfix" are now "fix" for shorter branch names
- "build" and "refactor" are no longer available. Replaced by "feat"
- Add "--continue" parameter to prompt the user if the branch name is invalid instead of stopping the process .
- "--patterns" parameter now accepts several patterns
- Update CheckHard dependency
- Update Prompts dependency
- Update Command-line-usage dependency
- Update Command-line-args dependency