mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-15 17:42:15 +08:00
fix(scripts): update github release notes
This commit is contained in:
@ -27,7 +27,7 @@ async function main() {
|
||||
publishPackages(tasks, common.packages, version);
|
||||
|
||||
// push tag to git remote
|
||||
publishGit(tasks, version);
|
||||
publishGit(tasks, version, changelog);
|
||||
|
||||
const listr = new Listr(tasks);
|
||||
await listr.run();
|
||||
|
Reference in New Issue
Block a user