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 2f5c683 commit fa9350bCopy full SHA for fa9350b
ship.config.js
@@ -22,6 +22,7 @@ module.exports = {
22
publishCommand({ tag }) {
23
return `yarn publish --access public --tag ${tag}`;
24
},
25
+ pullRequestTeamReviewers: ['frontend-experiences-web'],
26
versionUpdated({ exec, dir, version }) {
27
// Update package dependencies
28
exec(
@@ -56,6 +57,11 @@ module.exports = {
56
57
58
return true;
59
60
+ slack: {
61
+ // disable slack notification for `prepared` lifecycle.
62
+ // Ship.js will send slack message only for `releaseSuccess`.
63
+ prepared: null,
64
+ },
65
};
66
67
function updatePackagesVersionFile({ version, files }) {
0 commit comments