1.1.3 • Published 2 years ago

semantic-release-twitter v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

VariableDescription
TWITTER_API_KEYRequired. The Twitter API key. See Git environment variables.
TWITTER_API_SECRET_KEYRequired. The Twitter API secret key. See Git environment variables.
TWITTER_ACCESS_TOKENRequired. The Twitter access token. See Git environment variables.
TWITTER_ACCESS_TOKEN_SECRETRequired. The Twitter access token secret. See Git environment variables.

Options

OptionsDescriptionDefault
TODOTODO.TODO

Examples

TODO

License

MIT @ richrdkng