Skip to content

Commit 95a5a3b

Browse files
authored
chore: add skipChecks option to release-it configuration (#32)
1 parent 1755c19 commit 95a5a3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.release-it.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"$schema": "https://unpkg.com/release-it@19/schema/release-it.json",
33
"npm": {
4-
"publishArgs": ["--provenance", "--access", "public"]
4+
"publishArgs": ["--provenance", "--access", "public"],
5+
"skipChecks": true
56
}
67
}

0 commit comments

Comments
 (0)