Skip to content

Commit cc1bcd9

Browse files
committed
chore: add --allow-dirty to bumpversion command
1 parent 32954fa commit cc1bcd9

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
@@ -5,7 +5,7 @@
55
"prepare": [
66
{
77
"path": "@semantic-release/exec",
8-
"cmd": "bumpversion --current-version ${lastRelease.version} --new-version ${nextRelease.version} patch"
8+
"cmd": "bumpversion --allow-dirty --current-version ${lastRelease.version} --new-version ${nextRelease.version} patch"
99
},
1010
"@semantic-release/changelog",
1111
"@semantic-release/git"

0 commit comments

Comments
 (0)