Skip to content

Commit

Permalink
fix(@jcoreio/toolchain-semantic-release): try to fix monorepo commit …
Browse files Browse the repository at this point in the history
…filtering
  • Loading branch information
jedwards1211 committed May 15, 2024
1 parent bda0fe4 commit d77f829
Show file tree
Hide file tree
Showing 3 changed files with 210 additions and 114 deletions.
2 changes: 1 addition & 1 deletion packages/semantic-release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@jcoreio/semantic-release-npm": "^12.0.2",
"@semantic-release/release-notes-generator": "^13.0.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"semantic-release": "^23.0.8"
"semantic-release": "^23.1.1"
}
}
}
4 changes: 4 additions & 0 deletions packages/semantic-release/release.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ module.exports =
{
preset: 'conventionalcommits',
releaseRules: [
...otherPackages.flatMap((scope) => ({
scope,
release: false,
})),
...[pkg, undefined].flatMap((scope) => [
{ breaking: true, scope, release: 'major' },
{ revert: true, scope, release: 'patch' },
Expand Down
Loading

0 comments on commit d77f829

Please sign in to comment.