Skip to content

Commit

Permalink
fix: Update release.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolethoen authored Oct 8, 2024
1 parent a7cc3f7 commit ebd2913
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions packages/module/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,13 @@ module.exports = {
branches: [
'do-not-delete',
{ name: 'main', channel: 'prerelease', prerelease: 'prerelease' },
{ name: 'v5', channel: 'prerelease-v5' }
{ name: 'v5', channel: 'prerelease-v5', range: '5.x' }
],
analyzeCommits: {
preset: 'angular'
},
plugins: [
[
'@semantic-release/commit-analyzer',
{
'preset': 'angular',
'releaseRules': [
{ 'type': 'fix', 'release': 'patch' },
{ 'type': 'docs', 'release': 'patch' },
{ 'type': 'refactor', 'release': 'patch' },
{ 'type': 'chore', 'release': 'patch' },
{ 'type': 'style', 'release': 'patch' },
{ 'type': 'feat', 'release': 'patch' },
{ 'type': 'perf', 'release': 'patch' }
]
}
],
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
'@semantic-release/github',
'@semantic-release/npm'
Expand Down

0 comments on commit ebd2913

Please sign in to comment.