Make semantic-release-action output available as output of this action
rlespinasse opened this issue ยท 2 comments
rlespinasse commented
Useful to build PR comment with resulting dry-run of this action
rlespinasse commented
Semantic-release-action expose as outputs some useful data
Output Parameter | Description |
---|---|
new_release_published | Whether a new release was published (true or false ) |
new_release_version | Version of the new release. (e.g. 1.3.0 ) |
new_release_major_version | Major version of the new release. (e.g. 1 ) |
new_release_minor_version | Minor version of the new release. (e.g. 3 ) |
new_release_patch_version | Patch version of the new release. (e.g. 0 ) |
last_release_version | Version of the previous release, if there was one. (e.g. 1.2.0 ) |
github-actions commented
๐ This issue has been resolved in version 1.4.0 ๐
The release is available on GitHub release
Your semantic-release bot ๐ฆ๐