We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43b7c34 commit 2b74755Copy full SHA for 2b74755
.github/CODEOWNERS
@@ -64,3 +64,6 @@ scripts/** @devversion @jelbourn
64
65
# Docs examples
66
src/material-examples/** @amcdnl @jelbourn
67
+
68
+# Moment adapter package
69
+src/material-moment-adapter/** @mmalerba
tools/gulp/tasks/publish.ts
@@ -97,6 +97,7 @@ task(':publish', async () => {
97
98
if (releasePackages.length > 1) {
99
console.warn(red('Warning: Multiple packages will be released if proceeding.'));
100
+ console.warn(red('Warning: Packages to be released: ', releasePackages.join(', ')));
101
}
102
103
// Iterate over every declared release package and publish it on NPM.
0 commit comments