mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-19 10:15:59 +08:00
style: format
This commit is contained in:
@@ -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:[](https://github.com/actions-cool). [More color see](https://github.com/actions-cool/issues-helper/issues/92).
|
||||
|
||||
|
@@ -182,7 +182,7 @@
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## 💫 图标
|
||||
## 图标
|
||||
|
||||
如果觉得 actions-cool 能帮到你,欢迎复制到 README 中支持,推广给更多的项目:[](https://github.com/actions-cool),[更多样式](https://github.com/actions-cool/issues-helper/issues/92)。
|
||||
|
||||
|
@@ -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();
|
||||
|
@@ -43,8 +43,8 @@ ${table}
|
||||
// **************************************************************************
|
||||
|
||||
const point = '<table>';
|
||||
const cnPoint = `## README 图标`;
|
||||
const enPoint = `## README Badge`;
|
||||
const cnPoint = `## 图标`;
|
||||
const enPoint = `## Badge`;
|
||||
|
||||
// **************************************************************************
|
||||
|
||||
|
Reference in New Issue
Block a user