From 6c92281f55c10ea83a134f71a64bfd7130ce1ac5 Mon Sep 17 00:00:00 2001 From: hannesrudolph Date: Wed, 30 Jul 2025 13:28:45 -0600 Subject: [PATCH 1/2] fix: Use separate changelog for nightly builds to prevent marketplace freezing - Create dedicated CHANGELOG-NIGHTLY.md for nightly builds - Modify nightly build process to use separate changelog - This should prevent VS Code Marketplace freezing when viewing the plugin - Main extension continues using main CHANGELOG.md - Nightly extension now uses CHANGELOG-NIGHTLY.md --- CHANGELOG-NIGHTLY.md | 26 ++++++++++++++++++++++++++ apps/vscode-nightly/esbuild.mjs | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG-NIGHTLY.md diff --git a/CHANGELOG-NIGHTLY.md b/CHANGELOG-NIGHTLY.md new file mode 100644 index 00000000000..ee8937d710d --- /dev/null +++ b/CHANGELOG-NIGHTLY.md @@ -0,0 +1,26 @@ +# Roo Code Nightly Changelog + +This is the changelog for the nightly builds of Roo Code. + +## [0.0.1] - Test Nightly Build + +### Added + +- This is a test changelog for the nightly build +- Nightly builds are automatically generated from the main branch +- This changelog is separate from the main release changelog + +### Changed + +- Using a dedicated nightly changelog instead of the main one +- Nightly versions follow a different numbering scheme + +### Notes + +- Nightly builds may contain experimental features +- For stable releases, please use the main Roo Code extension +- This changelog will be updated with each nightly release + +--- + +_This is a test changelog to verify that the nightly build uses a separate changelog from the main extension._ diff --git a/apps/vscode-nightly/esbuild.mjs b/apps/vscode-nightly/esbuild.mjs index 09fa948cd8f..842f8580907 100644 --- a/apps/vscode-nightly/esbuild.mjs +++ b/apps/vscode-nightly/esbuild.mjs @@ -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"], From 9889a25acf0361d3a3e97dc2541b297d9323397d Mon Sep 17 00:00:00 2001 From: hannesrudolph Date: Wed, 30 Jul 2025 13:30:32 -0600 Subject: [PATCH 2/2] Update nightly changelog to simple test content --- CHANGELOG-NIGHTLY.md | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/CHANGELOG-NIGHTLY.md b/CHANGELOG-NIGHTLY.md index ee8937d710d..72fd331162a 100644 --- a/CHANGELOG-NIGHTLY.md +++ b/CHANGELOG-NIGHTLY.md @@ -1,26 +1 @@ -# Roo Code Nightly Changelog - -This is the changelog for the nightly builds of Roo Code. - -## [0.0.1] - Test Nightly Build - -### Added - -- This is a test changelog for the nightly build -- Nightly builds are automatically generated from the main branch -- This changelog is separate from the main release changelog - -### Changed - -- Using a dedicated nightly changelog instead of the main one -- Nightly versions follow a different numbering scheme - -### Notes - -- Nightly builds may contain experimental features -- For stable releases, please use the main Roo Code extension -- This changelog will be updated with each nightly release - ---- - -_This is a test changelog to verify that the nightly build uses a separate changelog from the main extension._ +changelog-test