Skip to content

Commit

Permalink
fix: Update patch range
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolethoen authored Oct 24, 2024
1 parent d0fbea3 commit a917fe8
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
@@ -1,5 +1,5 @@
module.exports = {
branches: [ 'do-not-delete', { name: 'v5', channel: 'prerelease-v5', range: '5.x' } ],
branches: [ 'do-not-delete', { name: 'v5', channel: 'prerelease-v1', range: '1.x' } ],
analyzeCommits: {
preset: 'angular'
},
Expand Down

0 comments on commit a917fe8

Please sign in to comment.