Skip to content

relizy / ChangelogOptions

Interface: ChangelogOptions

Defined in: src/types.ts:195

Extends

Properties

bumpedPackages?

optional bumpedPackages: PackageInfo[]

Defined in: src/types.ts:215

Bumped packages

Default

ts
undefined

config?

optional config: ResolvedRelizyConfig

Defined in: src/types.ts:220

Use custom config

Default

ts
undefined

configName?

optional configName: string

Defined in: src/types.ts:230

Custom config file name (e.g. relizy.standalone for relizy.standalone.config.ts)

Default

ts
'relizy'

dryRun?

optional dryRun: boolean

Defined in: src/types.ts:210

Run without side effects

Default

ts
false

formatCmd?

optional formatCmd: string

Defined in: src/types.ts:183

Command to format the changelog (e.g. prettier --write CHANGELOG.md).

Default

ts
undefined

Inherited from

ChangelogConfig.formatCmd


from?

optional from: string

Defined in: src/types.ts:200

Start tag

Default

ts
undefined

includeCommitBody?

optional includeCommitBody: boolean

Defined in: src/types.ts:193

Include commit body in the changelog.

Default

ts
true

Inherited from

ChangelogConfig.includeCommitBody


logLevel?

optional logLevel: "error" | "default" | "silent" | "warning" | "normal" | "debug" | "trace" | "verbose"

Defined in: src/types.ts:225

Set log level

Default

ts
undefined

rootChangelog?

optional rootChangelog: boolean

Defined in: src/types.ts:188

Generate changelog at root level with all changes

Default

ts
true

Inherited from

ChangelogConfig.rootChangelog


to?

optional to: string

Defined in: src/types.ts:205

End tag

Default

ts
undefined

Released under the MIT License.