Skip to content

relizy / TemplatesConfig

Interface: TemplatesConfig

Defined in: src/types.ts:806

Properties

changelogTitle?

optional changelogTitle: string

Defined in: src/types.ts:840

Changelog section title template Available variables: , ,

Default

ts
'{{oldVersion}}...{{newVersion}}'

commitMessage?

optional commitMessage: string

Defined in: src/types.ts:810

Commit message template


emptyChangelogContent?

optional emptyChangelogContent: string

Defined in: src/types.ts:822

Empty changelog content


slackMessage?

optional slackMessage: string

Defined in: src/types.ts:834

Slack message template (optional - if not provided, uses rich blocks format) Available variables: , , , ,

Default

ts
undefined

tagBody?

optional tagBody: string

Defined in: src/types.ts:818

Not used with "independent" version mode


tagMessage?

optional tagMessage: string

Defined in: src/types.ts:814

Tag message template


twitterMessage?

optional twitterMessage: string

Defined in: src/types.ts:828

Twitter message template Available variables: , , , ,

Default

ts
'🚀 {{projectName}} {{newVersion}} is out!\n\n{{changelog}}\n\n{{releaseUrl}}\n{{changelogUrl}}'

Released under the MIT License.