mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2026-04-27 05:44:31 +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
|
|
@ -6,8 +6,7 @@ branding:
|
|||
color: 'orange'
|
||||
inputs:
|
||||
branch:
|
||||
description: 'The branch for release'
|
||||
default: master
|
||||
description: '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:
|
||||
description: 'Extra plugins for pre-install'
|
||||
dry_run:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue