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

Full version in output? #325

Closed
jacobsvante opened this issue Jun 29, 2021 · 0 comments · Fixed by #910 or #909
Closed

Full version in output? #325

jacobsvante opened this issue Jun 29, 2021 · 0 comments · Fixed by #910 or #909
Labels
good first issue This issue is a good place to started contributing to this repository. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@jacobsvante
Copy link
Contributor

I'm not sure if I should post this here or in https://github.com/googleapis/release-please, so please forgive me if I'm in the wrong place.

What do you think about adding a version field to the output data, containing the full version (including major, minor and patch)?

${{ steps.release.outputs.version }} would be the equivalent to:

  • ${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }}
  • Tag name with the leading v removed.

Thoughts?

@chingor13 chingor13 added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. good first issue This issue is a good place to started contributing to this repository. labels Dec 12, 2022
chingor13 added a commit that referenced this issue Dec 18, 2023
This was referenced Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment