Rush StackShopBlogEvents
Skip to main content

Home > @microsoft/rush-lib > ChangeManager > createEmptyChangeFiles

ChangeManager.createEmptyChangeFiles() method

Creates a change file that has a 'none' type.

Signature:

static createEmptyChangeFiles(rushConfiguration: RushConfiguration, projectName: string, emailAddress: string): string | undefined;

Parameters

ParameterTypeDescription
rushConfigurationRushConfigurationThe rush configuration we are working with
projectNamestringThe name of the project for which to create a change file
emailAddressstringThe 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