Skip to content

Commit 37ce6be

Browse files
authored
refactor: using semantic release prefixes for the branch names (#91)
1 parent 571bec6 commit 37ce6be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"xo": "^0.52.4"
6262
},
6363
"validate-branch-name": {
64-
"pattern": "((dependabot-)|^((fix|feat|bugfix|feature|test|chore|refactor|ci)\\-[a-zA-Z0-9\\-]+)$)",
64+
"pattern": "((dependabot-)|^((test|feat|fix|chore|docs|refactor|style|ci|perf)\\-[a-zA-Z0-9\\-]+)$)",
6565
"errorMsg": "There is something wrong with your branch name. You should rename your branch to a valid name and try again. See the Pattern below."
6666
},
6767
"repository": {

0 commit comments

Comments
 (0)