Skip to content

Commit e210184

Browse files
Disable check for new commits before release
The Git Flow workflow creates the tag before running release-it, so there are no commits since the latest tag.
1 parent 7bc7ff5 commit e210184

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.release-it.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"changelog": false,
88
"commit": false,
99
"requireBranch": "main",
10-
"requireCommits": true,
1110
"tagName": "${version}"
1211
}
1312
}

0 commit comments

Comments
 (0)