mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2026-04-15 19:05:43 +00:00
feat: added ability to use the "extends" settings
This is done to be able to use shared configurations docs: Added docs for the extends feature fix: syntax error, due to rebase
This commit is contained in:
parent
62fd14bc6c
commit
32db8a49b2
7 changed files with 71 additions and 31 deletions
|
|
@ -20,6 +20,8 @@ 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'
|
||||
extends:
|
||||
description: 'One or several sharable configurations, https://semantic-release.gitbook.io/semantic-release/usage/configuration#extends'
|
||||
outputs:
|
||||
new_release_published:
|
||||
description: 'Whether a new release was published'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue