mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2026-04-14 18:36:52 +00:00
feat(inputs): add semantic_version to specify version range(#3)
semantic_version: Specify specifying version range for semantic-release. If no version range is specified, semantic-release@^15 will be used by default.
This commit is contained in:
parent
56fc83231a
commit
55e8862f17
5 changed files with 33 additions and 1 deletions
|
|
@ -7,6 +7,8 @@ branding:
|
|||
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.'
|
||||
semantic_version:
|
||||
description: 'Specify specifying version range for semantic-release. If no version range is specified, semantic-release@^15 will be used by default.'
|
||||
extra_plugins:
|
||||
description: 'Extra plugins for pre-install. You can also specify specifying version range for the extra plugins if you prefer.'
|
||||
dry_run:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue