Skip to content

Commit 6d005a9

Browse files
Update UID in changelog generation
Updated the UID field in the changelog generation script from "changelog" to "changelog.full". This change ensures uniqueness and prevents potential conflicts in the document UID within the docfx build.
1 parent 319f0e2 commit 6d005a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ public override void Run(BuildContext context)
498498
context.Information("DocfxChangelogGenerate: full.md");
499499
var fullContent = new StringBuilder();
500500
fullContent.AppendLine("---");
501-
fullContent.AppendLine("uid: changelog");
501+
fullContent.AppendLine("uid: changelog.full");
502502
fullContent.AppendLine("---");
503503
fullContent.AppendLine("");
504504
fullContent.AppendLine("# Full ChangeLog");

0 commit comments

Comments
 (0)