mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2025-11-07 10:46:56 +00:00
docs(*): some chores
This commit is contained in:
parent
ed32378269
commit
3c3254030d
2 changed files with 1 additions and 2 deletions
|
|
@ -177,8 +177,6 @@ steps:
|
|||
#### extends
|
||||
The action can be used with `extends` option to extend an existing [sharable configuration](https://semantic-release.gitbook.io/semantic-release/usage/shareable-configurations) of semantic-release. Can be used in combination with `extra_plugins`.
|
||||
|
||||
_github-action_
|
||||
|
||||
```yaml
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ inputs:
|
|||
required: false
|
||||
description: 'Whether to run semantic release in `dry-run` mode. It will override the dryRun attribute in your configuration file'
|
||||
extends:
|
||||
required: false
|
||||
description: 'One or several sharable configurations, https://semantic-release.gitbook.io/semantic-release/usage/configuration#extends'
|
||||
outputs:
|
||||
new_release_published:
|
||||
|
|
|
|||
Loading…
Reference in a new issue