Skip to content

Commit eeff634

Browse files
authored
Tt 305 tags semantic release (#717)
* fix: TT-299 removal of variables and tests which are no longer neccessary * Revert "fix: TT-299 removal of variables and tests which are no longer neccessary" This reverts commit a49eb5e. * refactor: TT-305 add code-smell tag for semantic release * code-smell: TT-305 test code smell tag
1 parent d0c17b3 commit eeff634

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@
106106
},
107107
"config": {
108108
"commit-message-validator": {
109-
"pattern": "^(fix: TT-|feat: TT-|perf: TT-|build: TT-|ci: TT-|docs: TT-|refactor: TT-|style: TT-|test: TT-)[0-9].*",
110-
"errorMessage": "Your commit message needs to start with fix: , feat:, or perf: followed by any commit message, e.g. fix: TT-43 any commit message"
109+
"pattern": "^(fix: TT-|feat: TT-|perf: TT-|build: TT-|ci: TT-|docs: TT-|refactor: TT-|style: TT-|test: TT-|code-smell: TT-)[0-9].*",
110+
"errorMessage": "Your commit message needs to start with fix: , feat:, or perf: followed by any commit message, e.g. fix: TT-43 any commit message."
111111
}
112112
},
113113
"resolutions": {

0 commit comments

Comments
 (0)