DefinitelyTyped/types/semantic-release
Daniel Cassidy 04d56d1e54 semantic-release: add missing type definitions (#39317)
* semantic-release: Add env field to Context.

See: https://semantic-release.gitbook.io/semantic-release/developer-guide/plugin

* semantic-release: Add missing plugins option.

See: https://semantic-release.gitbook.io/semantic-release/usage/configuration#plugins
See: https://semantic-release.gitbook.io/semantic-release/usage/plugins#plugin-options-configuration

* semantic-release: Add missing dryRun & ci options.

See: https://semantic-release.gitbook.io/semantic-release/usage/configuration#dryrun
See: https://semantic-release.gitbook.io/semantic-release/usage/configuration#ci

* semantic-release: Add indexer to GlobalConfig.

In addition to the defined fields, users may specify any
other arbitrary fields with arbitrary values. These and all
other options will be passed through to plugins.

Remove "prepare" field since this field is not actually
defined or used by semantic-release itself. Its only mention
in the semantic-release documentation is as an example for
an option that will be passed through to plugins. This use is
covered by the indexer.

See: https://semantic-release.gitbook.io/semantic-release/usage/configuration
See: https://semantic-release.gitbook.io/semantic-release/developer-guide/js-api

* semantic-release: Add missing types for "JavaScript API".

See: https://semantic-release.gitbook.io/semantic-release/developer-guide/js-api

* semantic-release: Add self to list of maintainers.

* semantic-release: Add test cases for Result type

* semantic-release: fix lint errors.

* semantic-release: Fix to compile with TypeScript 2.0.
2019-10-22 13:49:31 -07:00
..
index.d.ts
semantic-release-tests.ts
tsconfig.json
tslint.json