Skip to content

Commit 5a5f7d3

Browse files
committed
fix(bumpversion): Added --allow-dirty to the call to bumpversion
1 parent cb34a81 commit 5a5f7d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.releaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"prepare": [
55
{
66
"path": "@semantic-release/exec",
7-
"cmd": "bumpversion --current-version ${lastRelease.version} --new-version ${nextRelease.version} --verbose patch"
7+
"cmd": "bumpversion --current-version ${lastRelease.version} --new-version ${nextRelease.version} --allow-dirty --verbose patch"
88
}
99
],
1010
"publish": ["@semantic-release/github"]

0 commit comments

Comments
 (0)