mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2025-11-09 03:36: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:
|
working_directory:
|
||||||
required: false
|
required: false
|
||||||
description: 'Specify another working directory for semantic release. Default one is provided by github.'
|
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:
|
outputs:
|
||||||
new_release_published:
|
new_release_published:
|
||||||
description: 'Whether a new release was published'
|
description: 'Whether a new release was published'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue