Skip to content

Commit

Permalink
Merge pull request #64 from patternfly/release-6-21-24
Browse files Browse the repository at this point in the history
chore(release): Trigger a release of previously merged changes
  • Loading branch information
jessiehuff authored Jun 21, 2024
2 parents 172cf21 + 92c842b commit 22bae3a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/module/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
branches: [
'do-not-delete',
{ name: 'main', channel: 'prerelease', prerelease: 'prerelease' },
{ name: 'v6', channel: 'alpha', prerelease: 'alpha' },
{ name: 'v6', channel: 'alpha', prerelease: 'alpha' }
],
analyzeCommits: {
preset: 'angular'
Expand All @@ -12,7 +12,10 @@ module.exports = {
'@semantic-release/commit-analyzer',
{
preset: 'angular',
releaseRules: [{ type: 'chore', scope: 'deps', release: 'patch' }]
releaseRules: [
{ type: 'chore', scope: 'deps', release: 'patch' },
{ type: 'chore', scope: 'release', release: 'patch' }
]
}
],
'@semantic-release/release-notes-generator',
Expand Down

0 comments on commit 22bae3a

Please sign in to comment.