From 2f713aa66c607f17d17a0478054304108f364ec2 Mon Sep 17 00:00:00 2001 From: Tom Kerkhove Date: Sun, 14 Apr 2019 13:13:55 +0200 Subject: [PATCH] Add section to document breaking changes for releases (#510) --- .azure-devops/agents-scraper-release-official.yaml | 3 +++ .azure-devops/agents-scraper-release-preview.yaml | 3 +++ 2 files changed, 6 insertions(+) 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: ```