Skip to content

Commit 1a2fb4d

Browse files
authored
fix(release-config): still trying dry-runs
1 parent f642909 commit 1a2fb4d

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
@@ -1,5 +1,5 @@
11
module.exports = {
2-
branches: ['main', { name: 'main', channel: 'prerelease', prerelease: 'prerelease' }],
2+
branches: [{ name: 'main', channel: 'prerelease' }],
33
analyzeCommits: {
44
preset: 'angular'
55
},

0 commit comments

Comments
 (0)