chore: set master as release branch

This commit is contained in:
Matt Forster
2020-12-16 15:22:56 -07:00
parent beef19af30
commit 57ddfb5e08

View File

@@ -30,7 +30,8 @@
"verify": "eslint src/**/*.js test/**/*.js bin/**/*.js"
},
"release": {
"verifyConditions": "condition-circle"
"verifyConditions": "condition-circle",
"branches": ["master"]
},
"husky": {
"hooks": {