How to get notes tagging pipelines #2061
Unanswered
facusantillo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We use a version tag in each CI pipeline when we deliver a version. For example, we use the tag 1.1.0, and after 5 pull requests, we decide to deliver, so we apply the tag 1.2.0. This way, we have traceability between the commits in our main branch and the CD pipelines that finalize and deliver the versions.
I want to generate release notes that include all the work items associated with the 1.1.0 and 1.2.0 pipelines—that is, all the pull requests within this range.
Is it possible to generate this based on a BuildDefinitionId and a range of tags?
Beta Was this translation helpful? Give feedback.
All reactions