Skip to content

Commit 2b74755

Browse files
devversionjelbourn
authored andcommitted
chore: add codeowner for moment adapter package (#6691)
* Adds @mmalerba as codeowner for the new Material moment adapter package.
1 parent 43b7c34 commit 2b74755

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/CODEOWNERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,6 @@ scripts/** @devversion @jelbourn
6464

6565
# Docs examples
6666
src/material-examples/** @amcdnl @jelbourn
67+
68+
# Moment adapter package
69+
src/material-moment-adapter/** @mmalerba

tools/gulp/tasks/publish.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ task(':publish', async () => {
9797

9898
if (releasePackages.length > 1) {
9999
console.warn(red('Warning: Multiple packages will be released if proceeding.'));
100+
console.warn(red('Warning: Packages to be released: ', releasePackages.join(', ')));
100101
}
101102

102103
// Iterate over every declared release package and publish it on NPM.

0 commit comments

Comments
 (0)