Skip to content

relizy / TwitterOptions

Interface: TwitterOptions

Defined in: src/types.ts:670

Properties

changelog

changelog: string

Defined in: src/types.ts:682

Changelog content


changelogUrl?

optional changelogUrl: string

Defined in: src/types.ts:690

Full changelog URL (e.g., https://example.com/changelog)


credentials

credentials: object

Defined in: src/types.ts:694

Twitter credentials (all fields required)

accessToken

accessToken: string

accessTokenSecret

accessTokenSecret: string

apiKey

apiKey: string

apiKeySecret

apiKeySecret: string


dryRun?

optional dryRun: boolean

Defined in: src/types.ts:708

Run without side effects

Default

ts
false

postMaxLength

postMaxLength: number

Defined in: src/types.ts:713

Maximum length of the tweet

Default

ts
280

projectName

projectName: string

Defined in: src/types.ts:678

Project name


releaseUrl?

optional releaseUrl: string

Defined in: src/types.ts:686

Release URL (GitHub/GitLab)


template

template: string

Defined in: src/types.ts:703

Custom Twitter message template


version

version: string

Defined in: src/types.ts:674

Release information

Released under the MIT License.