2019-10-13 08:58:20 +03:00
|
|
|
jobs:
|
2020-11-10 13:57:56 +03:00
|
|
|
- job: Checks
|
2021-02-03 02:08:13 +03:00
|
|
|
displayName: "Release notes check"
|
2019-10-13 08:58:20 +03:00
|
|
|
|
2020-11-10 13:57:56 +03:00
|
|
|
${{ insert }}: ${{ parameters.env }}
|
2019-10-13 08:58:20 +03:00
|
|
|
|
2020-11-10 13:57:56 +03:00
|
|
|
steps:
|
|
|
|
- checkout: self
|
|
|
|
clean: true
|
2021-02-01 17:45:11 +03:00
|
|
|
fetchDepth: 1
|
2019-10-13 08:58:20 +03:00
|
|
|
|
2022-02-08 17:27:39 +03:00
|
|
|
- script: python3.8 scripts/extract-release-notes.py --target-git-version
|
2020-11-10 13:57:56 +03:00
|
|
|
displayName: "Check presence of release notes entry"
|