mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2026-04-14 10:26:52 +00:00
feat: add ci input parameter
This commit is contained in:
parent
9a76e06dfe
commit
b356b18b5f
5 changed files with 44 additions and 0 deletions
|
|
@ -20,6 +20,9 @@ inputs:
|
|||
dry_run:
|
||||
required: false
|
||||
description: 'Whether to run semantic release in `dry-run` mode. It will override the dryRun attribute in your configuration file'
|
||||
ci:
|
||||
required: false
|
||||
description: 'Whether to run semantic release with CI support (default: true). It will override the ci attribute in your configuration file'
|
||||
extends:
|
||||
required: false
|
||||
description: 'One or several sharable configurations, https://semantic-release.gitbook.io/semantic-release/usage/configuration#extends'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue