Skip to content

Commit

Permalink
feat(ng-dev): expose label definitions for org-wide labels (#896)
Browse files Browse the repository at this point in the history
* feat(ng-dev): expose label definitions for org-wide labels

* fixup! feat(ng-dev): expose label definitions for org-wide labels

Fixup build target
  • Loading branch information
devversion authored Nov 15, 2022
1 parent 0c06b3d commit 2f48b93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions ng-dev/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ ts_library(
"//ng-dev/misc",
"//ng-dev/ngbot",
"//ng-dev/pr",
"//ng-dev/pr/common:labels",
"//ng-dev/pr/config",
"//ng-dev/pullapprove",
"//ng-dev/release",
Expand Down
3 changes: 3 additions & 0 deletions ng-dev/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ export * from './format/config.js';
export * from './pr/config/index.js';
export * from './release/config/index.js';

// Expose all standardized labels to ease tooling relying on labels.
export * from './pr/common/labels.js';

// Exposes versioning utilities which are useful for building scripts with
// respect to Angular's branching/versioning and release process.
export * from './release/versioning/index.js';
Expand Down

0 comments on commit 2f48b93

Please sign in to comment.