mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2026-04-15 19:05:43 +00:00
fix(inputs): adjust the default for the "branch" configuration
This commit is contained in:
parent
56568e2822
commit
e5c555a613
4 changed files with 20 additions and 9 deletions
|
|
@ -17,7 +17,7 @@ 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.
|
||||
* inputs:
|
||||
* `branch`: [Optional] The branch for release. Default `"master"`.
|
||||
* `branch`: [Optional] The branch on which releases should happen. It will override the branch attribute in your configuration file. If the attribute is not configured on both sides, the default is master.
|
||||
* `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.
|
||||
* outputs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue