Skip to content

Commit 4b38fb5

Browse files
committed
chore(release-it): 👷 remove release tag check
1 parent 593a085 commit 4b38fb5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.release-it.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
{
22
"hooks": {
3-
"before:init": [
4-
"if [ \"$(git log $(git describe --tags --abbrev=0)..HEAD)\" = \"\" ]; then exit 1; fi;",
5-
"yarn test",
6-
"yarn build"
7-
]
3+
"before:init": ["yarn test", "yarn build"]
84
},
95
"git": {
106
"requireBranch": "main",

0 commit comments

Comments
 (0)