Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.22 KB

File metadata and controls

29 lines (19 loc) · 1.22 KB

Changelog

Changelog manger

Methods

generate

Generate changelog file

Parameters

Name Type Description
options.branch string | undefined Sets the branch by which the change log will be generated
options.bump boolean | undefined Bumps package version in package.json if specified
options.output string | undefined Output file path
options.provider GitServiceProvider | undefined Specifies the type of service provider to receive project information

lint

Lint commit message

Parameters

Name Type Description
options.maxLength? number | undefined Max commit header length
options.message? string | undefined Commit message for linting