Comparing version 0.0.17-alpha to 0.0.18-alpha
{ | ||
"name": "git-graft", | ||
"description": "git hook generator that prepends branch name to commit message", | ||
"version": "0.0.17-alpha", | ||
"version": "0.0.18-alpha", | ||
"author": "JacobMGEvans", | ||
@@ -6,0 +6,0 @@ "bin": { |
@@ -13,3 +13,4 @@ # git-graft | ||
- Generated Git Hook | ||
- Zero Config Option -- following GitFlow DevOps best practices. | ||
<!-- Find better documentation for GitFlow -- GitKraken is pretty good--> | ||
- Zero Config Option -- Utilizing [GitFlow best practices](https://www.gitkraken.com/learn/git/git-flow). | ||
- Configurable [git-graft.json](#configuration) | ||
@@ -56,3 +57,3 @@ - Hook is a bin file running Node & no dependencies | ||
`RegExp List` _required_ -- Refers to GitFlows from DevOps best practices. Git Graft Hook will wrap the list in `()` and the constructor includes the forward slash & escape `\/` [example](#regex-examples) | ||
`RegExp List` _required_ -- Refers to GitFlow best practices. Git Graft Hook will wrap the list in `()` and the constructor includes the forward slash & escape `\/` [example](#regex-examples) | ||
@@ -59,0 +60,0 @@ **branchPattern:** |
14497
83