Skip to content

Commit

Permalink
Update changelogs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
rushbot committed Feb 22, 2024
1 parent d790738 commit 6e7b0d2
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 21 deletions.
15 changes: 15 additions & 0 deletions apps/rush/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@microsoft/rush",
"entries": [
{
"version": "5.115.0",
"tag": "@microsoft/rush_v5.115.0",
"date": "Thu, 22 Feb 2024 01:36:27 GMT",
"comments": {
"none": [
{
"comment": "Add a \"runWithTerminalAsync\" resource lifetime helper to `IOperationRunnerContext` to manage the creation and cleanup of logging for operation execution."
},
{
"comment": "Adds a new experiment `useIPCScriptsInWatchMode`. When this flag is enabled and Rush is running in watch mode, it will check for npm scripts named `_phase:<phase-name>:ipc`, and if found, use them instead of the normal invocation of `_phase:<phase-name>`. When doing so, it will provide an IPC channel to the child process and expect the child to outlive the current build pass."
}
]
}
},
{
"version": "5.114.3",
"tag": "@microsoft/rush_v5.114.3",
Expand Down
10 changes: 9 additions & 1 deletion apps/rush/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Change Log - @microsoft/rush

This log was last generated on Thu, 22 Feb 2024 00:10:32 GMT and should not be manually modified.
This log was last generated on Thu, 22 Feb 2024 01:36:27 GMT and should not be manually modified.

## 5.115.0
Thu, 22 Feb 2024 01:36:27 GMT

### Updates

- Add a "runWithTerminalAsync" resource lifetime helper to `IOperationRunnerContext` to manage the creation and cleanup of logging for operation execution.
- Adds a new experiment `useIPCScriptsInWatchMode`. When this flag is enabled and Rush is running in watch mode, it will check for npm scripts named `_phase:<phase-name>:ipc`, and if found, use them instead of the normal invocation of `_phase:<phase-name>`. When doing so, it will provide an IPC channel to the child process and expect the child to outlive the current build pass.

## 5.114.3
Thu, 22 Feb 2024 00:10:32 GMT
Expand Down
10 changes: 0 additions & 10 deletions common/changes/@microsoft/rush/heft-server_2023-09-07-21-59.json

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@microsoft/rush/rush-ipc_2024-01-18-21-16.json

This file was deleted.

0 comments on commit 6e7b0d2

Please sign in to comment.