We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5ac135 commit fbe4f99Copy full SHA for fbe4f99
deploy/deployChangedPackages.mjs
@@ -93,7 +93,7 @@ Assuming that this means we need to upload this package.`);
93
} else {
94
console.log(publish.stdout?.toString());
95
96
- await createRelease(`${pkgJSON.name}@${pkgJSON.version}`);
+ await createRelease(`${pkgJSON.name}@${pkgJSON.version}`, releaseNotes);
97
}
98
99
console.log(
0 commit comments