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 Oct 24, 2024
1 parent 9be201a commit cff84fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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: 'prerelease-5', range: '5.x' }
{ name: 'v5', channel: 'prerelease-5', range: '5.x' }
],
analyzeCommits: {
preset: 'angular'
Expand Down

0 comments on commit cff84fd

Please sign in to comment.