Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
yanglbme committed Dec 9, 2024
1 parent c3a515f commit 3337727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ const __dirname = path.dirname(__filename);
`git tag cli-v${newVersionObj.version}`,
"git push && git push --tags",
]);
console.log("\x1B[32m%s\x1B[0m", "发布完成,请关注github CI构建");
console.log("\x1B[32m%s\x1B[0m", "发布完成,请关注 GitHub CI 构建");
})();

0 comments on commit 3337727

Please sign in to comment.