Skip to content

Commit 3f8d215

Browse files
authored
Merge pull request #31 from contentpass/CHORE-add-befohooks-to-release-config
Add hooks to release config
2 parents 0b904dd + 7150c36 commit 3f8d215

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.release-it.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
{
2+
"hooks": {
3+
"before:init": [
4+
"yarn lint",
5+
"yarn test",
6+
"yarn typecheck",
7+
"yarn prettier:check",
8+
"yarn prepare"
9+
]
10+
},
211
"git": {
312
"commitMessage": "chore: release ${version}",
413
"tagName": "v${version}"

0 commit comments

Comments
 (0)