mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2026-04-26 13:24:33 +00:00
Merge pull request #153 from 1nVitr0/main
feat: add `ci` input parameter
This commit is contained in:
commit
039e6080a2
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