5
0
Fork 0
mirror of https://github.com/cycjimmy/semantic-release-action.git synced 2025-11-07 18:56:56 +00:00

docs(*): some chores

This commit is contained in:
cycjimmy 2020-05-06 16:57:44 +08:00
parent ed32378269
commit 3c3254030d
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -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: