Skip to content

Commit

Permalink
docs: 修改名字
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxi committed Dec 18, 2024
1 parent df6b71b commit c25773e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/vitepress-plugin-github-issues.mts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c25773e

Please sign in to comment.