Skip to content

Commit d345108

Browse files
committed
fix: #104 try with the original version
1 parent 5d327d7 commit d345108

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ Install the following extensions:
6969
- **style**: Changes that do not affect the meaning of the code (typos, white-space, formatting, missing semi-colons, etc).
7070
It is important to mention that this key is not related to css styles.
7171
- **test**: Adding missing tests or correcting existing tests.
72+
7273
### Example
7374
TT-48 fix: #48 implement semantic versioning.
7475

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
},
100100
"config": {
101101
"commit-message-validator": {
102-
"pattern": "^((TT-)[0-9].*(fix: |feat: |perf: |build: |ci: |docs: |refactor: |style: |test: ))",
102+
"pattern": "^(fix: #|feat: #|perf: #|build: #|ci: #|docs: #|refactor: #|style: #|test: #)[0-9].*",
103103
"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"
104104
}
105105
},

0 commit comments

Comments
 (0)