mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2026-04-14 02:16:52 +00:00
feat: add output for last release version
E.g. helpful to use in CI pipelines where versions are not committed to the repository.
This commit is contained in:
parent
d309c4a687
commit
f8175c6491
3 changed files with 4 additions and 1 deletions
|
|
@ -216,6 +216,7 @@ steps:
|
|||
| new_release_patch_version | Patch version of the new release. (e.g. `0`) |
|
||||
| new_release_channel | The distribution channel on which the last release was initially made available (undefined for the default distribution channel). |
|
||||
| new_release_notes | The release notes for the new release. |
|
||||
| last_release_version | Version of the previous release, if there was one. (e.g. `1.2.0`) |
|
||||
|
||||
#### Using Output Variables:
|
||||
```yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue