Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG-NIGHTLY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
changelog-test
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The content 'changelog-test' appears to be placeholder text. Should this contain actual changelog content for nightly builds? Consider adding proper changelog entries or documentation about how this file should be maintained.

2 changes: 1 addition & 1 deletion apps/vscode-nightly/esbuild.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ async function main() {
copyPaths(
[
["../README.vscode.md", "README.md"],
["../CHANGELOG.md", "CHANGELOG.md"],
["../CHANGELOG-NIGHTLY.md", "CHANGELOG.md"],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we add a comment here explaining why nightly builds use a separate changelog? This would help future maintainers understand the reasoning behind this change.

["../LICENSE", "LICENSE"],
["../.env", ".env", { optional: true }],
[".vscodeignore", ".vscodeignore"],
Expand Down