Skip to content

Commit 4015a58

Browse files
fix: Use separate changelog for nightly builds to prevent marketplace freezing (#6449)
1 parent 2217a3d commit 4015a58

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG-NIGHTLY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
changelog-test

apps/vscode-nightly/esbuild.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ async function main() {
6464
copyPaths(
6565
[
6666
["../README.vscode.md", "README.md"],
67-
["../CHANGELOG.md", "CHANGELOG.md"],
67+
["../CHANGELOG-NIGHTLY.md", "CHANGELOG.md"],
6868
["../LICENSE", "LICENSE"],
6969
["../.env", ".env", { optional: true }],
7070
[".vscodeignore", ".vscodeignore"],

0 commit comments

Comments
 (0)