mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-21 11:15:50 +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>
|
</tr>
|
||||||
</table>
|
</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).
|
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>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
## 💫 图标
|
## 图标
|
||||||
|
|
||||||
如果觉得 actions-cool 能帮到你,欢迎复制到 README 中支持,推广给更多的项目:[](https://github.com/actions-cool),[更多样式](https://github.com/actions-cool/issues-helper/issues/92)。
|
如果觉得 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() {
|
async function run() {
|
||||||
const url = newGithubReleaseUrl({
|
const url = newGithubReleaseUrl({
|
||||||
user,
|
user,
|
||||||
repo,
|
repo,
|
||||||
tag,
|
tag,
|
||||||
body: body,
|
body: body,
|
||||||
});
|
});
|
||||||
|
|
||||||
await open(url);
|
await open(url);
|
||||||
|
|
||||||
console.log(chalk.yellow('🚀 Please check tag and changelog. Then click publish!'));
|
console.log(chalk.yellow('🚀 Please check tag and changelog. Then click publish!'));
|
||||||
};
|
}
|
||||||
|
|
||||||
run();
|
run();
|
||||||
|
@@ -43,8 +43,8 @@ ${table}
|
|||||||
// **************************************************************************
|
// **************************************************************************
|
||||||
|
|
||||||
const point = '<table>';
|
const point = '<table>';
|
||||||
const cnPoint = `## README 图标`;
|
const cnPoint = `## 图标`;
|
||||||
const enPoint = `## README Badge`;
|
const enPoint = `## Badge`;
|
||||||
|
|
||||||
// **************************************************************************
|
// **************************************************************************
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user