Generate notes between two builds automatically #1557
-
Hi, We use scrum and 4 weeks sprint for our project. At the end of a sprint, we made a release branch tagged with version like '1.0.1', '1.0.2'... and we would like to generate release notes between last release branch and sprint n-1 release branch. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I fear that might not be possible, I can't remember of the top of my head if the AZDO API allows you to get the differences between two pipeline runs on different branches To test it I would do the following
You would need to update the Let me know how it goes |
Beta Was this translation helpful? Give feedback.
-
Hi, It works correctly between 2 releases but not between 2 builds. If I use buildID with checkstages=true, and 2 builds with just some works items, it take severals minutes to get results and return hundreds of WI. |
Beta Was this translation helpful? Give feedback.
I fear that might not be possible, I can't remember of the top of my head if the AZDO API allows you to get the differences between two pipeline runs on different branches
To test it I would do the following
checkstages=true
overrideBuildReleaseId=1234
where the number of the pipeline run ID for the1.0.1
runYou would need to update the
overrideBuildReleaseId
variable each sprint, but that should be the only manual operationsLet me know how it goes