1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2025-12-14 16:08:14 +08:00

docs: 修改名字

This commit is contained in:
涵曦
2024-12-18 22:56:52 +08:00
parent df6b71b47a
commit c25773e087

View File

@@ -189,7 +189,7 @@ export default function GitHubIssuesPlugin(options: GitHubIssuesPluginOptions):
const changelogSource = path.join(process.cwd(), '../CHANGELOG.md');
const changelogDestination = path.join(docsDir, 'changelog.md');
copyFile(changelogSource, changelogDestination);
prependToFile(changelogDestination, '# 变更日志');
prependToFile(changelogDestination, '# 版本日志');
for (const issue of issues) {
// 仅处理包含 "文档" 标签的 issue