Skip to content

Commit

Permalink
chore(ci): Fix release range
Browse files Browse the repository at this point in the history
  • Loading branch information
wise-king-sullyman committed Aug 28, 2023
1 parent 240096e commit 5a8cc8e
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: 'v4', channel: 'prerelease', range: '4.x' }],
branches: ['do-not-delete', { name: 'v4', channel: 'prerelease', range: '4.x.x' }],
analyzeCommits: {
preset: 'angular'
},
Expand Down

0 comments on commit 5a8cc8e

Please sign in to comment.