Skip to content

Releases: DWTechs/GitBranchValidator

Git hooks examples

19 Aug 20:13
Compare
Choose a tag to compare
  • Add Git hooks examples in the ./hooks/ folder
  • Update default regex

new rules and patterns

17 Aug 19:34
Compare
Choose a tag to compare
  • 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