Skip to content

Commit

Permalink
fix: Updated to release on main.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlabaj committed Sep 16, 2024
1 parent 01bac95 commit 536095d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/module/release.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
module.exports = {
branches: [
'do-not-delete',
{ name: 'v4', channel: 'prerelease-v4', range: '4.x' },
{ name: 'main', channel: 'prerelease', prerelease: 'prerelease' },
{ name: 'v5', channel: 'prer', prerelease: 'alpha' },
{ name: 'v5', channel: 'prerelease-v5', range: '5.4.x' },
],
analyzeCommits: {
preset: 'angular',
Expand All @@ -23,4 +24,5 @@ module.exports = {
'@semantic-release/npm',
],
tagFormat: 'prerelease-v${version}',
"dryRun": true,
};

0 comments on commit 536095d

Please sign in to comment.