relizy / TemplatesConfig
Interface: TemplatesConfig
Defined in: src/types.ts:929
Properties
changelogTitle?
optionalchangelogTitle?:string
Defined in: src/types.ts:987
Changelog section title template Available variables: , ,
Default
'{{oldVersion}}...{{newVersion}}'commitBody?
optionalcommitBody?:string
Defined in: src/types.ts:952
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:943
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:969
Empty changelog content
Default
'No relevant changes for this release'slackMessage?
optionalslackMessage?:string
Defined in: src/types.ts:981
Slack message template (optional - if not provided, uses rich blocks format) Available variables: , , , ,
Default
undefinedtagBody?
optionaltagBody?:string
Defined in: src/types.ts:964
Not used with "independent" version mode
Default
'v{{newVersion}}'
Available variables: {{newVersion}}tagMessage?
optionaltagMessage?:string
Defined in: src/types.ts:958
Tag message template
Default
'Bump version to {{newVersion}}'
Available variables: {{newVersion}}twitterMessage?
optionaltwitterMessage?:string
Defined in: src/types.ts:975
Twitter message template Available variables: , , , ,
Default
'🚀 {{projectName}} {{newVersion}} is out!\n\n{{changelog}}\n\n{{releaseUrl}}\n{{changelogUrl}}'