Skip to content

Commit

Permalink
ci: Enable auto-release (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza authored May 22, 2024
1 parent 0374a95 commit f1a6038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ async function config() {
// { name: 'release-3', range: '3.x.x', channel: '3.x' },
// { name: 'release-4', range: '4.x.x', channel: '4.x' },
],
dryRun: true,
dryRun: false,
debug: true,
ci: true,
tagFormat: '${version}',
Expand Down

0 comments on commit f1a6038

Please sign in to comment.