diff --git a/.azure-devops/agents-scraper-release-official.yaml b/.azure-devops/agents-scraper-release-official.yaml index 1816902f1..6fa25327f 100644 --- a/.azure-devops/agents-scraper-release-official.yaml +++ b/.azure-devops/agents-scraper-release-official.yaml @@ -54,6 +54,9 @@ steps: releaseNotesSource: input isDraft: true releaseNotes: | + ### Breaking Changes + Here are a list of breaking changes and how to mitigate them: + - TBW (#) - _Use new approach documented here_ ### Getting started Running Promitor Scraper is super easy: ``` diff --git a/.azure-devops/agents-scraper-release-preview.yaml b/.azure-devops/agents-scraper-release-preview.yaml index 34fa57557..912c68a60 100644 --- a/.azure-devops/agents-scraper-release-preview.yaml +++ b/.azure-devops/agents-scraper-release-preview.yaml @@ -46,6 +46,9 @@ steps: isDraft: true isPreRelease: true releaseNotes: | + ### Breaking Changes + Here are a list of breaking changes and how to mitigate them: + - TBW (#) - _Use new approach documented here_ ### Getting started Running Promitor Scraper Agent is super easy: ```