Skip to content

First run (Initial Deployment) using GenerateReleaseNotes extension processes 1000 builds, not just last 1 successful #1890

Answered by rfennell
astanley asked this question in Q&A
Discussion options

You must be logged in to vote

However, to your point, maybe I should move this logic into my build pipeline? My concern with that is - there could be 10-20 builds between QA deployments, so how would I avoid generating 10-20 separate "release notes" documents (I just want 1 for deployment day).

You could put the generate release notes task in the CD build in a YAML stage such that it is only run when the PR is merged to the trunk (dev or main). So the release notes are generated as the PR is completed, not on each build of the PR branch

To find the overrideBuildReleaseId, look at the list of release e.g.

Pick the one that you want as 'the oldest to consider' and click on it

You can see the ReleaseID in the URL, us…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@astanley
Comment options

Comment options

You must be logged in to vote
1 reply
@astanley
Comment options

Answer selected by astanley
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment