Skip to content

Commit e64a1e5

Browse files
authored
[rush-lib] remove useless field "rushAlertsStateFilename" (#5111)
* chore: remove useless field * rush change
1 parent c2a1496 commit e64a1e5

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/rush",
5+
"comment": "Remove the unused `RushConstants.rushAlertsStateFilename` property.",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@microsoft/rush"
10+
}

common/reviews/api/rush-lib.api.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1386,7 +1386,6 @@ export class RushConstants {
13861386
static readonly rebuildCommandName: 'rebuild';
13871387
static readonly repoStateFilename: 'repo-state.json';
13881388
static readonly rushAlertsConfigFilename: 'rush-alerts.json';
1389-
static readonly rushAlertsStateFilename: 'rush-alerts-state.json';
13901389
static readonly rushJsonFilename: 'rush.json';
13911390
static readonly rushLogsFolderName: 'rush-logs';
13921391
static readonly rushPackageName: '@microsoft/rush';

libraries/rush-lib/src/logic/RushConstants.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -338,11 +338,6 @@ export class RushConstants {
338338
*/
339339
public static readonly rushAlertsConfigFilename: 'rush-alerts.json' = 'rush-alerts.json';
340340

341-
/**
342-
* The filename for the machine-generated file that tracks state for Rush alerts.
343-
*/
344-
public static readonly rushAlertsStateFilename: 'rush-alerts-state.json' = 'rush-alerts-state.json';
345-
346341
/**
347342
* The filename for the file that tracks which variant is currently installed.
348343
*/

0 commit comments

Comments
 (0)