Skip to content

Commit

Permalink
Fix github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
satazor authored and franciscocardoso committed Jul 2, 2024
1 parent ddb3905 commit 92441d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .release-it.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module.exports = {
changelog: 'echo "## Changelog\n\n$(npx @uphold/github-changelog-generator -f unreleased | tail -n +4 -f)"',
commitMessage: 'Release ${version}',
requireBranch: 'master',
requireCleanWorkingDir: false,
requireCommits: true,
tagName: 'v${version}'
},
Expand Down

0 comments on commit 92441d4

Please sign in to comment.