ci: disable auto-release dry-run
This commit is contained in:
@@ -43,9 +43,9 @@ async function config() {
|
|||||||
// Long-Term-Support branches
|
// Long-Term-Support branches
|
||||||
{ name: 'release-4.x.x', range: '4.x.x', channel: '4.x.x' },
|
{ name: 'release-4.x.x', range: '4.x.x', channel: '4.x.x' },
|
||||||
],
|
],
|
||||||
dryRun: true,
|
dryRun: false,
|
||||||
debug: true,
|
debug: true,
|
||||||
ci: false,
|
ci: true,
|
||||||
tagFormat: '${version}',
|
tagFormat: '${version}',
|
||||||
plugins: [
|
plugins: [
|
||||||
['@semantic-release/commit-analyzer', {
|
['@semantic-release/commit-analyzer', {
|
||||||
|
|||||||
Reference in New Issue
Block a user