We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef4bc8b commit e1628d5Copy full SHA for e1628d5
scripts/release/prepare-release-from-npm-commands/parse-params.js
@@ -56,6 +56,7 @@ module.exports = () => {
56
const params = commandLineArgs(paramDefinitions);
57
58
splitCommaParams(params.skipPackages);
59
+ splitCommaParams(params.onlyPackages);
60
61
return params;
62
};
scripts/release/publish-commands/parse-params.js
@@ -49,6 +49,7 @@ const paramDefinitions = [
49
module.exports = () => {
50
51
52
53
splitCommaParams(params.tags);
54
params.tags.forEach(tag => {
55
switch (tag) {
0 commit comments