Skip to content

Commit 92441d4

Browse files
satazorfranciscocardoso
authored andcommitted
Fix github workflow
1 parent ddb3905 commit 92441d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.release-it.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module.exports = {
33
changelog: 'echo "## Changelog\n\n$(npx @uphold/github-changelog-generator -f unreleased | tail -n +4 -f)"',
44
commitMessage: 'Release ${version}',
55
requireBranch: 'master',
6+
requireCleanWorkingDir: false,
67
requireCommits: true,
78
tagName: 'v${version}'
89
},

0 commit comments

Comments
 (0)