-
Notifications
You must be signed in to change notification settings - Fork 229
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
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
chingor13
added a commit
that referenced
this issue
Dec 18, 2023
chingor13
added a commit
that referenced
this issue
Dec 19, 2023
🤖 I have created a release *beep* *boop* --- ## [4.0.2](google-github-actions/release-please-action@v4.0.1...v4.0.2) (2023-12-18) ### Bug Fixes * bump release-please from 16.4.0 to 16.5.0 ([#905](https://github.com/google-github-actions/release-please-action/issues/905)) ([df71963](google-github-actions/release-please-action@df71963)) * log release-please version ([#910](https://github.com/google-github-actions/release-please-action/issues/910)) ([2a496d1](google-github-actions/release-please-action@2a496d1)), closes [#325](https://github.com/google-github-actions/release-please-action/issues/325) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: Jeff Ching <chingor@google.com>
nrodriguezmore
pushed a commit
to nrodriguezmore/release-please-action
that referenced
this issue
Feb 1, 2024
🤖 I have created a release *beep* *boop* --- [4.0.2](google-github-actions/release-please-action@v4.0.1...v4.0.2) (2023-12-18) * bump release-please from 16.4.0 to 16.5.0 ([googleapis#905](https://github.com/google-github-actions/release-please-action/issues/905)) ([df71963](google-github-actions/release-please-action@df71963)) * log release-please version ([googleapis#910](https://github.com/google-github-actions/release-please-action/issues/910)) ([2a496d1](google-github-actions/release-please-action@2a496d1)), closes [googleapis#325](https://github.com/google-github-actions/release-please-action/issues/325) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: Jeff Ching <chingor@google.com>
This was referenced Feb 27, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
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 }}
v
removed.Thoughts?
The text was updated successfully, but these errors were encountered: