From d7f2bb49d49d80cfe3311bbb30a3e100d19eee57 Mon Sep 17 00:00:00 2001 From: Manuel <5673677+mtrezza@users.noreply.github.com> Date: Sat, 12 Feb 2022 16:41:32 +0100 Subject: [PATCH] ci: disable auto-release dry-run --- release.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release.config.js b/release.config.js index ad5565fd..cbdf5970 100644 --- a/release.config.js +++ b/release.config.js @@ -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', {