Skip to content

Commit

Permalink
feat: update release config
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This should try to publish a v6 alpha as a dry run
  • Loading branch information
nicolethoen authored Jun 27, 2024
1 parent 4a3d11a commit 850b447
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,8 +1,8 @@
module.exports = {
branches: [
'do-not-delete',
{ name: 'main', channel: 'alpha', prerelease: 'alpha' },
{ name: 'v6', channel: 'prerelease-v6', range: '6.x' }
{ name: 'main', channel: 'prerelease', prerelease: 'prerelease' },
{ name: 'v6', channel: 'alpha', prerelease: 'alpha' }
],
analyzeCommits: {
preset: 'angular'
Expand Down

0 comments on commit 850b447

Please sign in to comment.