Skip to content

Commit

Permalink
build: exclude bazel commits from release notes (#46310)
Browse files Browse the repository at this point in the history
@angular/bazel has been deprecated since v10, and is no longer supported. We
don't need to mention fixes/features for Bazel in the release notes.

PR Close #46310
  • Loading branch information
alxhub committed Jun 8, 2022
1 parent 0e6dbcd commit 4fe52c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ng-dev/release.ts
Expand Up @@ -30,7 +30,7 @@ export const release: ReleaseConfig = {
return buildTargetPackages('dist/release-output', false, 'Release', /* isRelease */ true);
},
releaseNotes: {
hiddenScopes: ['aio', 'dev-infra', 'docs-infra', 'zone.js', 'devtools'],
hiddenScopes: ['aio', 'bazel', 'dev-infra', 'docs-infra', 'zone.js', 'devtools'],
},
releasePrLabels: ['comp: build & ci', 'action: merge', 'PullApprove: disable'],
};

0 comments on commit 4fe52c0

Please sign in to comment.