ci: disable auto-release dry-run

This commit is contained in:
Manuel
2022-02-12 16:41:32 +01:00
committed by GitHub
parent 4bd13088e1
commit d7f2bb49d4

View File

@@ -43,9 +43,9 @@ async function config() {
// Long-Term-Support branches
{ name: 'release-4.x.x', range: '4.x.x', channel: '4.x.x' },
],
dryRun: true,
dryRun: false,
debug: true,
ci: false,
ci: true,
tagFormat: '${version}',
plugins: [
['@semantic-release/commit-analyzer', {