mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2025-11-09 03:36:56 +00:00
docs(inputs): remove redundant defaults
This commit is contained in:
parent
cd22d88ccf
commit
602ea31215
1 changed files with 2 additions and 2 deletions
|
|
@ -18,8 +18,8 @@ GitHub Action for [Semantic Release](https://github.com/semantic-release/semanti
|
||||||
#### Step3: Add a [Workflow File](https://help.github.com/en/articles/workflow-syntax-for-github-actions) to your repository to create custom automated processes.
|
#### Step3: Add a [Workflow File](https://help.github.com/en/articles/workflow-syntax-for-github-actions) to your repository to create custom automated processes.
|
||||||
* inputs:
|
* inputs:
|
||||||
* `branch`: [Optional] The branch for release. Default `"master"`.
|
* `branch`: [Optional] The branch for release. Default `"master"`.
|
||||||
* `extra_plugins`: [Optional] Extra plugins for pre-install. Default `""`.
|
* `extra_plugins`: [Optional] Extra plugins for pre-install.
|
||||||
* `dry_run`: [Optional] Whether to run semantic release in "dry-run" mode. It will override the dryRun attribute in your configuration file. Default `""`.
|
* `dry_run`: [Optional] Whether to run semantic release in "dry-run" mode. It will override the dryRun attribute in your configuration file.
|
||||||
* outputs:
|
* outputs:
|
||||||
* `new_release_published`: Whether a new release was published. `true` or `false`
|
* `new_release_published`: Whether a new release was published. `true` or `false`
|
||||||
* `new_release_version`: Version of the new release
|
* `new_release_version`: Version of the new release
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue