Skip to content

Commit ea3f7a7

Browse files
committed
chore(ci): Add skipChecks option to release-it-yarn-workspaces
1 parent 80f576a commit ea3f7a7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.release-it.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ module.exports = {
1111
publish: true,
1212
},
1313
plugins: {
14-
'release-it-yarn-workspaces': {},
14+
'release-it-yarn-workspaces': {
15+
skipChecks: true,
16+
publish: true,
17+
},
1518
'@release-it/conventional-changelog': {
1619
preset: 'conventionalcommits',
1720
},

0 commit comments

Comments
 (0)