Skip to content

Commit

Permalink
fix: Update release.config.js
Browse files Browse the repository at this point in the history
Updated release config to release to npm.
  • Loading branch information
dlabaj authored Oct 3, 2024
1 parent c899ab3 commit 4fdde1b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/module/release.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
module.exports = {
branches: [
'do-not-delete',
{ name: 'v5', prerelease: true, channel: 'prerelease-v5', range: '5.x' },
{ name: 'main', channel: 'prerelease', prerelease: 'prerelease' }
{ name: 'v5', prerelease: true, channel: 'prerelease-v5', range: '5.x' }
],
analyzeCommits: {
preset: 'angular'
Expand All @@ -15,4 +14,4 @@ module.exports = {
],
tagFormat: 'prerelease-v${version}',
dryRun: false
};
};

0 comments on commit 4fdde1b

Please sign in to comment.