Not all associated pull requests showing up in "Generate Releasenotes V3" #973
-
I am working with a staged deployment with three stages dev, qual, and prod. When deploying to qual our pipeline generates release notes based on a diff to the currently deployed prod release. Everything works fine until I update qual without updating prod. In this scenario I see all associated commits in the release notes but only the pull request that happened between the update of qual and the current production deployment. I am missing the earlier pull requests. I want to lay out an example to make things clear: Let's say release 100 is live on prod. Now I deploy release 120 to qual and automatically generate release notes. These release notes will be fine and include all associated commits and all associated pull requests. If I deploy release 140 at some later point without promoting release 120 to prod first the release notes are corrupted: While I see all commits, only pull requests happening between releases 120-140 show up in the release notes. Pull requests happening between releases 100-120 are missing. How is this possible? Here is my code:
Note that we are using a $(FilterTag) to filter out irrelevant pull requests. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
What parameters are you using on the task? If you use the |
Beta Was this translation helpful? Give feedback.
What parameters are you using on the task?
If you use the
checkstage=true
it should do the compare against the stage it is running in, which I think is what you are after