mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2026-04-14 02:16:52 +00:00
feat: added gitHead and gitTag outputs
This commit is contained in:
parent
17e74ffa57
commit
385af4fa1c
4 changed files with 26 additions and 5 deletions
|
|
@ -236,7 +236,11 @@ 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"`) |
|
||||
| new_release_git_head | The sha of the last commit being part of the new release |
|
||||
| new_release_git_tag | The Git tag associated with the new release. |
|
||||
| last_release_version | Version of the previous release, if there was one. (e.g. `1.2.0`) |
|
||||
| last_release_git_head | The sha of the last commit being part of the last release, if there was one. |
|
||||
| last_release_git_tag | The Git tag associated with the last release, if there was one. | |
|
||||
|
||||
#### Using Output Variables:
|
||||
```yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue