Skip to content

Commit

Permalink
Add section to document breaking changes for releases (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkerkhove authored Apr 14, 2019
1 parent 43dee49 commit 2f713aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .azure-devops/agents-scraper-release-official.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
Expand Down
3 changes: 3 additions & 0 deletions .azure-devops/agents-scraper-release-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
Expand Down

0 comments on commit 2f713aa

Please sign in to comment.