feat(dry_run): add a new input - "dry_run"

This commit is contained in:
cycjimmy 2019-10-18 13:49:05 +08:00
parent d21e9173cb
commit 65686aabe7
3 changed files with 32 additions and 2 deletions

View file

@ -11,9 +11,12 @@ inputs:
extra_plugins:
description: 'Extra plugins for pre-install'
default: ''
dry_run:
description: 'Whether to run semantic release in "dry-run" mode. It will override the dryRun attribute in your configuration file'
default: ''
outputs:
new-release-published:
description: "Whether a new release was published"
description: 'Whether a new release was published'
runs:
using: 'node12'
main: 'index.js'