I have an environment that gets releases about roughly quarterly. And have another environment before it that gets releases roughly weekly.
Each release is created using the Azure Devops Build Pipeline tool, Here, which takes the git changelog and adds release notes. Those release notes are combined to create the Deployment Notes.
Since the Environment that gets releases quarterly is much slower the Deployment Notes are huge. This leads to the deployments page to never load, I can’t actually see the top level status of the deployment due to this. Sometimes it will lock up chrome.
Is there any way to truncate these notes or disable them for specific environments?