Skip to content

Commit 8c9f16f

Browse files
committed
chore: update release-it configuration to allow dirty working directory
1 parent 582ca56 commit 8c9f16f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@
114114
"$schema": "https://unpkg.com/release-it@19/schema/release-it.json",
115115
"git": {
116116
"commitMessage": "chore: release ${version}",
117-
"tagName": "v${version}"
117+
"tagName": "v${version}",
118+
"requireCleanWorkingDir": false
118119
},
119120
"npm": {
120121
"publish": true

0 commit comments

Comments
 (0)