mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2025-11-07 18:56:56 +00:00
docs: complete the description of "last_release_version" in action.yml
#82
This commit is contained in:
parent
18efd1eecf
commit
d9c764f106
1 changed files with 2 additions and 0 deletions
|
|
@ -38,6 +38,8 @@ outputs:
|
||||||
description: 'The distribution channel on which the last release was initially made available (undefined for the default distribution channel).'
|
description: 'The distribution channel on which the last release was initially made available (undefined for the default distribution channel).'
|
||||||
new_release_notes:
|
new_release_notes:
|
||||||
description: 'The release notes for the new release.'
|
description: 'The release notes for the new release.'
|
||||||
|
last_release_version:
|
||||||
|
description: 'Version of the previous release, if there was one.'
|
||||||
runs:
|
runs:
|
||||||
using: 'node12'
|
using: 'node12'
|
||||||
main: 'index.js'
|
main: 'index.js'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue