mirror of
https://github.com/hanxi/xiaomusic.git
synced 2025-12-14 16:08:14 +08:00
docs: 修改名字
This commit is contained in:
@@ -189,7 +189,7 @@ export default function GitHubIssuesPlugin(options: GitHubIssuesPluginOptions):
|
|||||||
const changelogSource = path.join(process.cwd(), '../CHANGELOG.md');
|
const changelogSource = path.join(process.cwd(), '../CHANGELOG.md');
|
||||||
const changelogDestination = path.join(docsDir, 'changelog.md');
|
const changelogDestination = path.join(docsDir, 'changelog.md');
|
||||||
copyFile(changelogSource, changelogDestination);
|
copyFile(changelogSource, changelogDestination);
|
||||||
prependToFile(changelogDestination, '# 变更日志');
|
prependToFile(changelogDestination, '# 版本日志');
|
||||||
|
|
||||||
for (const issue of issues) {
|
for (const issue of issues) {
|
||||||
// 仅处理包含 "文档" 标签的 issue
|
// 仅处理包含 "文档" 标签的 issue
|
||||||
|
|||||||
Reference in New Issue
Block a user