We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53e56f2 commit fc078afCopy full SHA for fc078af
.scripts/release.js
@@ -27,7 +27,7 @@ async function main() {
27
publishPackages(tasks, common.packages, version);
28
29
// push tag to git remote
30
- publishGit(tasks, version);
+ publishGit(tasks, version, changelog);
31
32
const listr = new Listr(tasks);
33
await listr.run();
0 commit comments