Skip to content

Commit 25bfffe

Browse files
[Infra] Add comment
Add clarifying comment.
1 parent 52c334a commit 25bfffe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/scripts/post-release.psm1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ $content
8787
--draft
8888
}
8989

90+
# Move the release out of draft once it has been created and all artifacts uploaded
91+
# as immutable releases cannot have assets added to them after they are published.
9092
gh release edit $tag --draft=false
9193
}
9294

0 commit comments

Comments
 (0)