Skip to content

Commit

Permalink
chore: Update release.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dlabaj authored Oct 4, 2024
1 parent 80350f6 commit cf9da4b
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
@@ -1,7 +1,7 @@
module.exports = {
branches: [
'do-not-delete',
{ name: 'v5', prerelease: true, channel: 'prerelease-v5', range: '5.x' }
{ name: 'v5', channel: 'prerelease-v5', range: '5.x' }
],
analyzeCommits: {
preset: 'angular'
Expand All @@ -13,5 +13,5 @@ module.exports = {
'@semantic-release/npm'
],
tagFormat: 'prerelease-v${version}',
dryRun: false
dryRun: true
};

0 comments on commit cf9da4b

Please sign in to comment.