Skip to content

Commit

Permalink
fix: Removed dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
dlabaj committed Nov 14, 2024
1 parent 74a81bd commit 1951035
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/module/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
branches: [
'do-not-delete',
{ name: 'main', channel: 'prerelease', prerelease: 'prerelease' },
{ name: 'v5', channel: 'prerelease-v5', range: '5.x' },
{ name: 'v5', channel: 'prerelease-v5', range: '5.4.x' },
],
analyzeCommits: {
preset: 'angular'
Expand All @@ -23,5 +23,5 @@ module.exports = {
'@semantic-release/npm'
],
tagFormat: 'v${version}',
dryRun: false
dryRun: true
};

0 comments on commit 1951035

Please sign in to comment.