From 9572a973ddb10b3ed979ee7182726da13504b1a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=83=E5=87=9B?= Date: Wed, 9 Feb 2022 17:41:43 +0800 Subject: [PATCH] style: format --- README.en-US.md | 2 +- README.md | 2 +- script/release.js | 10 +++++----- script/update-users.js | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.en-US.md b/README.en-US.md index 60eb272..b4cc705 100644 --- a/README.en-US.md +++ b/README.en-US.md @@ -182,7 +182,7 @@ Please leave a message at [**here**](https://github.com/actions-cool/issues-help -## README Badge +## Badge If you think `actions-cool` can help you, please copy it to the README to support promotion and bring convenience to more repositories:[![actions-cool](https://img.shields.io/badge/using-actions--cool-blue?style=flat-square)](https://github.com/actions-cool). [More color see](https://github.com/actions-cool/issues-helper/issues/92). diff --git a/README.md b/README.md index 06e0b90..2b2d886 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ -## 💫 图标 +## 图标 如果觉得 actions-cool 能帮到你,欢迎复制到 README 中支持,推广给更多的项目:[![actions-cool](https://img.shields.io/badge/using-actions--cool-blue?style=flat-square)](https://github.com/actions-cool),[更多样式](https://github.com/actions-cool/issues-helper/issues/92)。 diff --git a/script/release.js b/script/release.js index 1de3663..0a9d60f 100644 --- a/script/release.js +++ b/script/release.js @@ -40,15 +40,15 @@ const body = getChangelog(changelog); async function run() { const url = newGithubReleaseUrl({ - user, + user, repo, - tag, - body: body, - }); + tag, + body: body, + }); await open(url); console.log(chalk.yellow('🚀 Please check tag and changelog. Then click publish!')); -}; +} run(); diff --git a/script/update-users.js b/script/update-users.js index 89ed697..4df5464 100644 --- a/script/update-users.js +++ b/script/update-users.js @@ -43,8 +43,8 @@ ${table} // ************************************************************************** const point = ''; -const cnPoint = `## README 图标`; -const enPoint = `## README Badge`; +const cnPoint = `## 图标`; +const enPoint = `## Badge`; // **************************************************************************