CCF/.azure-pipelines-templates/checks.yml

14 строки
322 B
YAML

jobs:
- job: Checks
displayName: "Release notes check"
${{ insert }}: ${{ parameters.env }}
steps:
- checkout: self
clean: true
fetchDepth: 1
- script: python3.8 scripts/extract-release-notes.py --target-git-version
displayName: "Check presence of release notes entry"