mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2025-11-07 10:46:56 +00:00
chore: improve action.yml information
This commit is contained in:
parent
6c71439622
commit
bfb52b92d1
1 changed files with 3 additions and 0 deletions
|
|
@ -26,6 +26,9 @@ inputs:
|
|||
working_directory:
|
||||
required: false
|
||||
description: 'Specify another working directory for semantic release. Default one is provided by github.'
|
||||
tag_format:
|
||||
required: false
|
||||
description: 'The default tag format on semantic-release is v{version}. You can override that behavior using this option.'
|
||||
outputs:
|
||||
new_release_published:
|
||||
description: 'Whether a new release was published'
|
||||
|
|
|
|||
Loading…
Reference in a new issue