Skip to content

Commit

Permalink
Merge pull request #60 from jessiehuff/v6
Browse files Browse the repository at this point in the history
fix: update release config
  • Loading branch information
nicolethoen authored May 23, 2024
2 parents 5b2d6e0 + 3b7935a commit 03afb84
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', range: 'alpha' },
],
analyzeCommits: {
preset: 'angular'
Expand Down

0 comments on commit 03afb84

Please sign in to comment.