| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @microsoft/rush-lib > ChangeManager > createEmptyChangeFiles
Creates a change file that has a 'none' type.
Signature:
static createEmptyChangeFiles(rushConfiguration: RushConfiguration, projectName: string, emailAddress: string): string | undefined;|
Parameter |
Type |
Description |
|---|---|---|
|
rushConfiguration |
The rush configuration we are working with | |
|
projectName |
string |
The name of the project for which to create a change file |
|
emailAddress |
string |
The email address which should be associated with this change |
Returns:
string | undefined
the path to the file that was created, or undefined if no file was written