mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2026-04-14 18:36:52 +00:00
feat(dry_run): add a new input - "dry_run"
This commit is contained in:
parent
d21e9173cb
commit
65686aabe7
3 changed files with 32 additions and 2 deletions
|
|
@ -12,6 +12,7 @@ GitHub Action for [Semantic Release](https://github.com/semantic-release/semanti
|
|||
* inputs:
|
||||
* `branch`: [Optional] The branch for release. Default `"master"`.
|
||||
* `extra_plugins`: [Optional] Extra plugins for pre-install. Default `""`.
|
||||
* `dry_run`: [Optional] Whether to run semantic release in "dry-run" mode. It will override the dryRun attribute in your configuration file. Default `""`.
|
||||
* outputs:
|
||||
* `new-release-published`: Whether a new release was published. `true` or `false`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue