5
0
Fork 0
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:
Geoffrey.C 2021-11-26 16:00:44 +08:00
parent 18efd1eecf
commit d9c764f106

View file

@ -38,6 +38,8 @@ outputs:
description: 'The distribution channel on which the last release was initially made available (undefined for the default distribution channel).'
new_release_notes:
description: 'The release notes for the new release.'
last_release_version:
description: 'Version of the previous release, if there was one.'
runs:
using: 'node12'
main: 'index.js'