mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-12 23:01:21 +00:00
fix: Use separate changelog for nightly builds to prevent marketplace freezing (#6449)
This commit is contained in:
parent
2217a3d548
commit
4015a58951
2 changed files with 2 additions and 1 deletions
1
CHANGELOG-NIGHTLY.md
Normal file
1
CHANGELOG-NIGHTLY.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
changelog-test
|
||||
|
|
@ -64,7 +64,7 @@ async function main() {
|
|||
copyPaths(
|
||||
[
|
||||
["../README.vscode.md", "README.md"],
|
||||
["../CHANGELOG.md", "CHANGELOG.md"],
|
||||
["../CHANGELOG-NIGHTLY.md", "CHANGELOG.md"],
|
||||
["../LICENSE", "LICENSE"],
|
||||
["../.env", ".env", { optional: true }],
|
||||
[".vscodeignore", ".vscodeignore"],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue