Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make semantic-release-action output available as output of this action #9

Closed
rlespinasse opened this issue Oct 2, 2021 · 2 comments · Fixed by #19
Closed

Make semantic-release-action output available as output of this action #9

rlespinasse opened this issue Oct 2, 2021 · 2 comments · Fixed by #19
Labels
enhancement New feature or request released

Comments

@rlespinasse
Copy link
Owner

Useful to build PR comment with resulting dry-run of this action

@rlespinasse rlespinasse added the enhancement New feature or request label Oct 2, 2021
@rlespinasse
Copy link
Owner Author

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
Copy link

🎉 This issue has been resolved in version 1.4.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant