Skip to content

Commit fbe4f99

Browse files
committed
Actually include the release notes in the release
1 parent d5ac135 commit fbe4f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/deployChangedPackages.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Assuming that this means we need to upload this package.`);
9393
} else {
9494
console.log(publish.stdout?.toString());
9595

96-
await createRelease(`${pkgJSON.name}@${pkgJSON.version}`);
96+
await createRelease(`${pkgJSON.name}@${pkgJSON.version}`, releaseNotes);
9797
}
9898
} else {
9999
console.log(

0 commit comments

Comments
 (0)