Skip to content

How to get details about the last PR only #1096

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

You must be logged in to vote

The task returns the changes since the last successful build. If it is the first successful run all items are returned. I suspect this is what you are seeing

Run the build with debugging enabled to see all the steps used to build the release notes

To enable debug, check the checkbook when you run the pipeline or set a variable

System.debug=true

Replies: 1 comment 1 reply

Comment options

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

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