Skip to content

Commit c5923c0

Browse files
authored
feat: try to get it publishing v5
BREAKING CHANGE: let's see...
1 parent c69f238 commit c5923c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/module/release.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module.exports = {
22
branches: [
33
'do-not-delete',
44
{ name: 'main', channel: 'prerelease', prerelease: 'prerelease' },
5-
{ name: 'v5', channel: 'prerelease-v1', range: '1.x' },
5+
{ name: 'v5', channel: 'prerelease-v1', range: '5.x' },
66
],
77
analyzeCommits: {
88
preset: 'angular'

0 commit comments

Comments
 (0)