Skip to content

Latest commit

 

History

History
94 lines (47 loc) · 1.36 KB

File metadata and controls

94 lines (47 loc) · 1.36 KB
hide_title true
custom_edit_url
pagination_prev
pagination_next

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

Parameter

Type

Description

rushConfiguration

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