mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2026-04-10 17:10:03 +00:00
wip: modifiying
This commit is contained in:
parent
6d88447fcd
commit
d7ab7f2e6d
3 changed files with 20 additions and 1 deletions
|
|
@ -32,6 +32,9 @@ inputs:
|
|||
tag_format:
|
||||
required: false
|
||||
description: 'The default tag format on semantic-release is v{version}. You can override that behavior using this option.'
|
||||
repository_url:
|
||||
required: false
|
||||
description: 'The Git repository url. If no repository url specified, current repository will be used by default.'
|
||||
outputs:
|
||||
new_release_published:
|
||||
description: 'Whether a new release was published'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue