relizy / TwitterOptions
Interface: TwitterOptions
Defined in: src/types.ts:843
Properties
changelog
changelog:
string
Defined in: src/types.ts:855
Changelog content
changelogUrl?
optionalchangelogUrl?:string
Defined in: src/types.ts:863
Full changelog URL (e.g., https://example.com/changelog)
credentials
credentials:
object
Defined in: src/types.ts:867
Twitter credentials (all fields required)
accessToken
accessToken:
string
accessTokenSecret
accessTokenSecret:
string
apiKey
apiKey:
string
apiKeySecret
apiKeySecret:
string
dryRun?
optionaldryRun?:boolean
Defined in: src/types.ts:881
Run without side effects
Default
falsepostMaxLength
postMaxLength:
number
Defined in: src/types.ts:886
Maximum length of the tweet
Default
280projectName
projectName:
string
Defined in: src/types.ts:851
Project name
releaseUrl?
optionalreleaseUrl?:string
Defined in: src/types.ts:859
Release URL (GitHub/GitLab)
template
template:
string
Defined in: src/types.ts:876
Custom Twitter message template
version
version:
string
Defined in: src/types.ts:847
Release information