Skip to content

new rules and patterns

Choose a tag to compare

@LCluber LCluber released this 17 Aug 19:34
· 6 commits to main since this release
  • 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