Skip to content

Commit

Permalink
fix: updated release.config.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlabaj committed Nov 14, 2024
1 parent 467ca17 commit 662b031
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: check-pr
on:
pull_request:
branches:
- main
- v5
jobs:
call-build-lint-test-workflow:
Expand Down
6 changes: 3 additions & 3 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: 'v5', channel: 'prerelease-v5', range: '5.x' }
{ name: 'v5', channel: 'prerelease-v5', range: '5.4.x' }
],
analyzeCommits: {
preset: 'angular'
Expand All @@ -13,8 +13,8 @@ module.exports = {
{
preset: 'angular',
releaseRules: [
{ type: 'chore', scope: 'deps', release: 'patch' },
{ type: 'chore', scope: 'ci-release', release: 'patch' }
{ type: 'feat', release: 'patch' },
{ type: 'fix', release: 'patch' }
]
}
],
Expand Down

0 comments on commit 662b031

Please sign in to comment.