diff --git a/apps/rush/CHANGELOG.json b/apps/rush/CHANGELOG.json index c940129145..94edb2b54a 100644 --- a/apps/rush/CHANGELOG.json +++ b/apps/rush/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@microsoft/rush", "entries": [ + { + "version": "5.147.0", + "tag": "@microsoft/rush_v5.147.0", + "date": "Thu, 12 Dec 2024 01:37:25 GMT", + "comments": { + "none": [ + { + "comment": "Add a new experiment flag `enableSubpathScan` that, when invoking phased script commands with project selection parameters, such as `--to` or `--from`, only hashes files that are needed to compute the cache ids for the selected projects." + } + ] + } + }, { "version": "5.146.0", "tag": "@microsoft/rush_v5.146.0", diff --git a/apps/rush/CHANGELOG.md b/apps/rush/CHANGELOG.md index 1bc745f134..b74123fb64 100644 --- a/apps/rush/CHANGELOG.md +++ b/apps/rush/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @microsoft/rush -This log was last generated on Tue, 10 Dec 2024 21:23:18 GMT and should not be manually modified. +This log was last generated on Thu, 12 Dec 2024 01:37:25 GMT and should not be manually modified. + +## 5.147.0 +Thu, 12 Dec 2024 01:37:25 GMT + +### Updates + +- Add a new experiment flag `enableSubpathScan` that, when invoking phased script commands with project selection parameters, such as `--to` or `--from`, only hashes files that are needed to compute the cache ids for the selected projects. ## 5.146.0 Tue, 10 Dec 2024 21:23:18 GMT diff --git a/common/changes/@microsoft/rush/main_2024-11-18-08-13.json b/common/changes/@microsoft/rush/main_2024-11-18-08-13.json deleted file mode 100644 index 5c272e5161..0000000000 --- a/common/changes/@microsoft/rush/main_2024-11-18-08-13.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Add a new experiment flag `enableSubpathScan` that, when invoking phased script commands with project selection parameters, such as `--to` or `--from`, only hashes files that are needed to compute the cache ids for the selected projects.", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file