semantic-release-twitter

1.1.3 • Public • Published

semantic-release-twitter

semantic-release plugin to post release updates on Twitter.

Install

$ npm install semantic-release-twitter -D

Usage

The plugin can be configured in the semantic-release configuration file:

{
  "plugins": [
    "@semantic-release/commit-analyzer",
    "@semantic-release/release-notes-generator",
    ["semantic-release-twitter",
      {
        "TODO": "..."
      }
    ]
  ]
}

Configuration

Environment variables

Variable Description
TWITTER_API_KEY Required. The Twitter API key. See Git environment variables.
TWITTER_API_SECRET_KEY Required. The Twitter API secret key. See Git environment variables.
TWITTER_ACCESS_TOKEN Required. The Twitter access token. See Git environment variables.
TWITTER_ACCESS_TOKEN_SECRET Required. The Twitter access token secret. See Git environment variables.

Options

Options Description Default
TODO TODO. TODO

Examples

TODO

License

MIT @ richrdkng

Package Sidebar

Install

npm i semantic-release-twitter

Weekly Downloads

1

Version

1.1.3

License

MIT

Unpacked Size

16.5 kB

Total Files

13

Last publish

Collaborators

  • richrdkng