Add RB v2 Information to GitHub Actions Job Summary
Is your feature request related to a problem? Please describe.
N/A.
Describe the solution you'd like to see
I would like GitHub Actions using jfrog/setup-jfrog-cli@v4 to include a feature where Release Bundle v2 information is automatically summarized (similar to 'Published JFrog Build Info') and displayed in the job summary after a pipeline run. This summary would provide details about the Release Bundle, such as the bundle ID, included artifacts, and any relevant metadata. This would help developers and release managers have a clear understanding of what was included in a release without needing to manually track or review logs, making the process more efficient.
Describe alternatives you've considered
Currently, I manually track the Release Bundle v2 information by executing shell commands and writing the details to $GITHUB_STEP_SUMMARY. Integrating this feature natively would save a lot of time and reduce potential human errors. FYI: https://github.com/krishnamanchikalapudi/spring-petclinic/actions/runs/10968757709
Additional context
No response