Skip to content

Commit

Permalink
fix(ci): do not required clean git working dir for release
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNoim committed Dec 1, 2021
1 parent 2806f57 commit 0a285e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
},
"git": {
"commitMessage": "chore(release): v${version}",
"assets": ["dist.zip"]
"assets": ["dist.zip"],
"requireCleanWorkingDir": false
},
"plugins": {
"@release-it/conventional-changelog": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"react-native-ssh-sftp": "^1.0.3"
},
"scripts": {
"release": "release-it --no-requireCleanWorkingDir"
"release": "release-it"
},
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit 0a285e3

Please sign in to comment.