mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2026-04-08 08:10:04 +00:00
docs(extra_plugins): improve extra_plugins configuration document(#3)
This commit is contained in:
parent
49e15bd489
commit
56fc83231a
2 changed files with 4 additions and 3 deletions
|
|
@ -8,7 +8,7 @@ inputs:
|
|||
branch:
|
||||
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'
|
||||
description: 'Extra plugins for pre-install. You can also specify specifying version range for the extra plugins if you prefer.'
|
||||
dry_run:
|
||||
description: '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