style: format

This commit is contained in:
元凛
2022-02-09 17:41:43 +08:00
parent dec18932cf
commit 9572a973dd
4 changed files with 9 additions and 9 deletions

View File

@@ -182,7 +182,7 @@ Please leave a message at [**here**](https://github.com/actions-cool/issues-help
</tr>
</table>
## 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).

View File

@@ -182,7 +182,7 @@
</tr>
</table>
## 💫 图标
## 图标
如果觉得 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)。

View File

@@ -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();

View File

@@ -43,8 +43,8 @@ ${table}
// **************************************************************************
const point = '<table>';
const cnPoint = `## README 图标`;
const enPoint = `## README Badge`;
const cnPoint = `## 图标`;
const enPoint = `## Badge`;
// **************************************************************************