-
Notifications
You must be signed in to change notification settings - Fork 431
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
Re-run keeping previous release notes information, not only after 'GetChangesBetweenBuilds' as parameter #1307
Comments
Does not this existing feature not match your needs?
|
I have a similar need. We have a build YAML (without release) to publish a product with the parameter We want to generate the release note only to normal version, that include all work items resolved since the last published normal version. But the work items linked to build execution to publish beta version are missing. We need to include in the release notes, all work items linked to the build and precedent builds until a build where the parameter A solution is to manually search the build that publish a normal version and set How set |
Have you watch the video of the conference session I did on this tools, as I think this might provide an answer? What I do is put the release notes task in it's own stage that is only run if a certain condition is met e.g. a human approves release to that stage, or a condition is met that allows entry into the stage e.g. a parameter is not set to
This model means that the task is only run when it is required, and will look back to the last successful build that ran the current stage so showing the changes since the last release to that stage. @vernou does that not get you what you require? |
No, I didn't watch the video... that is a mistake. |
Azure DevOps Extensions
Generate Release Notes (Node Cross Platform)
Is your feature request related to a problem? Please describe.
How to execute release notes generation with parameter to also include release notes not only from previous success run
parametrize 'GetChangesBetweenBuilds', as when re-running we lost all information. Would be helpful in customizing/develop release notes.
Describe the solution you'd like
Have addition parameter in extension for this.
Describe alternatives you've considered
Use previous pipeline for compression as parameter to allow in dynamic way control scope of information generated.
Additional context
No response
The text was updated successfully, but these errors were encountered: