Skip to content

Commit

Permalink
Update release.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolethoen authored Sep 17, 2024
1 parent 6383451 commit 81f2ce3
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: 'v6', channel: 'alpha', prerelease: 'alpha' }
{ name: 'v5', channel: 'prerelease-v5', prerelease: 'range: '5.x' }
],
analyzeCommits: {
preset: 'angular'
Expand All @@ -23,5 +23,5 @@ module.exports = {
'@semantic-release/npm'
],
tagFormat: 'prerelease-v${version}',
dryRun: false
dryRun: true
};

0 comments on commit 81f2ce3

Please sign in to comment.