Skip to content

Commit fc078af

Browse files
committed
fix(scripts): update github release notes
1 parent 53e56f2 commit fc078af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.scripts/release.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ async function main() {
2727
publishPackages(tasks, common.packages, version);
2828

2929
// push tag to git remote
30-
publishGit(tasks, version);
30+
publishGit(tasks, version, changelog);
3131

3232
const listr = new Listr(tasks);
3333
await listr.run();

0 commit comments

Comments
 (0)