Skip to content

Commit 0cb5762

Browse files
committed
TT-65 fix: change error message in .json
1 parent ace87e3 commit 0cb5762

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
@@ -97,7 +97,7 @@
9797
"config": {
9898
"commit-message-validator": {
9999
"pattern": "^(TT-)[0-9].*(fix: |feat: |perf: |build: |ci: |docs: |refactor: |style: |test: )",
100-
"errorMessage": "Your commit message needs to start with fix:, feat:, or perf: followed by issue number, e.g. fix: #43 any commit message"
100+
"errorMessage": "Your commit message needs to start with TT-number fix:, feat:, or perf: followed by any commit message, e.g. TT-43 fix: any commit message"
101101
}
102102
},
103103
"resolutions": {

0 commit comments

Comments
 (0)