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 3e15838 commit 987a350Copy full SHA for 987a350
scripts/ci/add_changeset.ts
@@ -142,7 +142,9 @@ async function addChangeSet() {
142
releaseTypeValues[maxProductRelease] > releaseTypeValues[firebaseRelease]
143
) {
144
console.log(
145
- `Creating a ${maxProductRelease} changeset for firebase due to ${maxProducts.join(', ')}`
+ `Creating a ${maxProductRelease} changeset for firebase due to ${maxProducts.join(
146
+ ', '
147
+ )}`
148
);
149
writeFileSync(
150
join(CHANGESET_DIR_PATH, 'bump-root-package.md'),
0 commit comments