-
Hello @rfennell, |
Beta Was this translation helpful? Give feedback.
Answered by
rfennell
Nov 23, 2023
Replies: 1 comment 3 replies
-
If the correct parameters are set the task considers the stage to look for the last successful run Have a look at wiki for more details |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could use
overrideBuildReleaseId
but that in 'hard codes' the historic build to compare against. So does need some manual management as time goes on as you will wish to compare against new builds as the project proceedsThe section I meant was the 2nd option
checkstages=false
parameterOption 1. Place the task in a stage that is only run when you wish to generate release notes. Usually this will be guarded by branch based filters or manual approvals.
checkstages=true
parameter