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 Apr 29, 2022
1 parent 891a987 commit 86617b5
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 41 deletions.
21 changes: 21 additions & 0 deletions apps/rush/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@microsoft/rush",
"entries": [
{
"version": "5.68.0",
"tag": "@microsoft/rush_v5.68.0",
"date": "Fri, 29 Apr 2022 05:22:05 GMT",
"comments": {
"none": [
{
"comment": "Disable legacy skip logic when build cache is enabled."
},
{
"comment": "Report status of projects with an empty script as \"did not define any work,\" instead of as \"from cache.\""
},
{
"comment": "Add a -- parameter to git command invocations that accept user input to prevent arbitrary arguments from being passed."
},
{
"comment": "Remove the @deprecated label from `RushConfigurationProject.packageJson`."
}
]
}
},
{
"version": "5.67.0",
"tag": "@microsoft/rush_v5.67.0",
Expand Down
12 changes: 11 additions & 1 deletion apps/rush/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Change Log - @microsoft/rush

This log was last generated on Sat, 23 Apr 2022 02:13:20 GMT and should not be manually modified.
This log was last generated on Fri, 29 Apr 2022 05:22:05 GMT and should not be manually modified.

## 5.68.0
Fri, 29 Apr 2022 05:22:05 GMT

### Updates

- Disable legacy skip logic when build cache is enabled.
- Report status of projects with an empty script as "did not define any work," instead of as "from cache."
- Add a -- parameter to git command invocations that accept user input to prevent arbitrary arguments from being passed.
- Remove the @deprecated label from `RushConfigurationProject.packageJson`.

## 5.67.0
Sat, 23 Apr 2022 02:13:20 GMT
Expand Down

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@microsoft/rush/empty-script_2022-04-24-22-20.json

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@microsoft/rush/fetch-args_2022-04-26-00-07.json

This file was deleted.

This file was deleted.

0 comments on commit 86617b5

Please sign in to comment.