relizy / TemplatesConfig
Interface: TemplatesConfig
Defined in: src/types.ts:985
Properties
changelogTitle?
optionalchangelogTitle?:string
Defined in: src/types.ts:1043
Changelog section title template Available variables: , ,
Default
'{{oldVersion}}...{{newVersion}}'commitBody?
optionalcommitBody?:string
Defined in: src/types.ts:1008
Commit message body template. When defined, it is passed as the commit body.
Default in unified/selective modes: undefined (no body). Default in independent mode (when commitMessage and commitBody are not customized): ''.
Same variables as commitMessage.
commitMessage?
optionalcommitMessage?:string
Defined in: src/types.ts:999
Commit message template (title).
Default in unified/selective modes: 'chore(release): bump version to '. Default in independent mode (when not customized): 'chore(release): bump packages'.
Available variables:
— inindependentmode, comma-separated list of bumpedname@version(legacy behavior); otherwise the new version.— number of bumped packages.— comma-separated list of bumped package names.— comma-separated list of bumpedname@version.— version from the rootpackage.json.
emptyChangelogContent?
optionalemptyChangelogContent?:string
Defined in: src/types.ts:1025
Empty changelog content
Default
'No relevant changes for this release'slackMessage?
optionalslackMessage?:string
Defined in: src/types.ts:1037
Slack message template (optional - if not provided, uses rich blocks format) Available variables: , , , ,
Default
undefinedtagBody?
optionaltagBody?:string
Defined in: src/types.ts:1020
Not used with "independent" version mode
Default
'v{{newVersion}}'
Available variables: {{newVersion}}tagMessage?
optionaltagMessage?:string
Defined in: src/types.ts:1014
Tag message template
Default
'Bump version to {{newVersion}}'
Available variables: {{newVersion}}twitterMessage?
optionaltwitterMessage?:string
Defined in: src/types.ts:1031
Twitter message template Available variables: , , , ,
Default
'📣 {{projectName}} {{newVersion}} is out!\n\n{{changelog}}\n\n{{releaseUrl}}\n{{changelogUrl}}'