Skip to content

Commit

Permalink
fix: try changing range format on branch config
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolethoen committed Oct 7, 2024
1 parent a24f615 commit a399046
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: [
branches: [
'do-not-delete',
{ name: 'main', channel: 'prerelease', prerelease: 'prerelease' },
{ name: 'v5', channel: 'prerelease-v5', range: '5.x' }
{ name: 'v5', channel: 'prerelease-v5', range: '>=5.4.0 <5.5.0' }
],
analyzeCommits: {
preset: 'angular'
Expand Down

0 comments on commit a399046

Please sign in to comment.