relizy / TwitterSocialConfig
Interface: TwitterSocialConfig
Defined in: src/types.ts:674
Properties
credentials?
optionalcredentials?:TwitterCredentials
Defined in: src/types.ts:695
Twitter credentials (optional - falls back to environment variables)
enabled?
optionalenabled?:boolean
Defined in: src/types.ts:679
Enable Twitter posting
Default
ts
falseonlyStable?
optionalonlyStable?:boolean
Defined in: src/types.ts:685
Skip Twitter posting for prerelease versions (alpha, beta, rc, etc.) Only stable versions will be posted to Twitter
Default
ts
truepostMaxLength?
optionalpostMaxLength?:number
Defined in: src/types.ts:700
Maximum length of the tweet
Default
ts
280template?
optionaltemplate?:string
Defined in: src/types.ts:691
Custom message template Available variables: , , , ,
Default
ts
'🚀 {{projectName}} {{newVersion}} is out!\n\n{{changelog}}\n\n{{releaseUrl}}\n{{changelogUrl}}'