Skip to content

Commit

Permalink
[rush-lib] remove useless field "rushAlertsStateFilename" (#5111)
Browse files Browse the repository at this point in the history
* chore: remove useless field

* rush change
  • Loading branch information
L-Qun authored Feb 17, 2025
1 parent c2a1496 commit e64a1e5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@microsoft/rush",
"comment": "Remove the unused `RushConstants.rushAlertsStateFilename` property.",
"type": "none"
}
],
"packageName": "@microsoft/rush"
}
1 change: 0 additions & 1 deletion common/reviews/api/rush-lib.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1386,7 +1386,6 @@ export class RushConstants {
static readonly rebuildCommandName: 'rebuild';
static readonly repoStateFilename: 'repo-state.json';
static readonly rushAlertsConfigFilename: 'rush-alerts.json';
static readonly rushAlertsStateFilename: 'rush-alerts-state.json';
static readonly rushJsonFilename: 'rush.json';
static readonly rushLogsFolderName: 'rush-logs';
static readonly rushPackageName: '@microsoft/rush';
Expand Down
5 changes: 0 additions & 5 deletions libraries/rush-lib/src/logic/RushConstants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -338,11 +338,6 @@ export class RushConstants {
*/
public static readonly rushAlertsConfigFilename: 'rush-alerts.json' = 'rush-alerts.json';

/**
* The filename for the machine-generated file that tracks state for Rush alerts.
*/
public static readonly rushAlertsStateFilename: 'rush-alerts-state.json' = 'rush-alerts-state.json';

/**
* The filename for the file that tracks which variant is currently installed.
*/
Expand Down

0 comments on commit e64a1e5

Please sign in to comment.