diff --git a/package.json b/package.json index 8b65de33b..aba6c9e97 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "prepare": "node ./husky-prepare.js" }, "validate-branch-name": { - "pattern": "^(main|develop){1}$|^(feature|hotfix|address-mgmt)/[a-z0-9-_]+$", + "pattern": "^(main|develop){1}$|^(feature|hotfix|tax-receipt)/[a-z0-9-_]+$", "errorMsg": "Invalid branch name. \n 1.Branch names can contain lowercase characters, numbers, hyphen and underscore. \n 2.Except for 'main' and 'develop', branch names must begin with 'feature/' or 'hotfix/' " }, "engines": {