mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* 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. |
||
|---|---|---|
| .. | ||
| index.d.ts | ||
| semantic-release-tests.ts | ||
| tsconfig.json | ||
| tslint.json | ||