Changelog manger
Generate changelog file
| 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 commit message
| Name | Type | Description |
|---|---|---|
options.maxLength? |
number | undefined | Max commit header length |
options.message? |
string | undefined | Commit message for linting |