I want to send a list of files modified (commit logs) for current releases in the email along with the committer name in the Azure DevOps release pipeline.
I am not able to find a configuration for this requirement in Azure DevOps. If anybody has worked on this, please share your approach.
Currently, Notifications in Azure DevOps are pre-defined and doesn't support customized, so I am afraid that release notifications cannot meet your requirement.
In addition, as a workaround we can use the 3rd-party extension: Send Email, which supports to configure body and add attachment.