How to get tag associated with commit #1880
Unanswered
sachin-shitole-paccar
asked this question in
Q&A
Replies: 1 comment
-
The task only support Azure DevOps pipeline tags, not Git tags, so what you ask is not possible |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are generating release notes using XplatGenerateReleaseNotes extension. The release notes are generated at build stage on the basis of overrideBuildReleaseId parameter. We want to enrich release notes with the tag associated with each commit which is done after the provided buildId.
FYI: GitVersion is being used to generate build version.
We do get all the PRs and commits while generating release notes but couldn't find a way to get tag associated with each commit.
Does anyone have any idea how to retrieve it?
Beta Was this translation helpful? Give feedback.
All reactions