Add change description return to ReviewRequest.publish.
Review Request #12714 — Created Nov. 6, 2022 and submitted — Latest diff uploaded
The draft publish operation returns a change description, but this
wasn't plumbed through for users ofReviewRequest.publish. This is
potentially useful in many situations, and necessary for my work with
the batch publish operation.
Used this in conjunction with other changes.