We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc83df3 commit c824c9eCopy full SHA for c824c9e
azure-pipelines.yml
@@ -24,7 +24,9 @@ stages:
24
git: crate-ci/committed
25
target: 'x86_64-unknown-linux-gnu'
26
to: $(Build.StagingDirectory)/tools
27
- - script: $(Build.StagingDirectory)/tools/committed HEAD~..HEAD^2 --no-merge-commit -vv
+ - script: |
28
+ echo "This project uses Conventional style, see https://www.conventionalcommits.org"
29
+ $(Build.StagingDirectory)/tools/committed HEAD~..HEAD^2 --no-merge-commit -vv
30
displayName: Committed
31
condition: and(succeeded(), eq(variables['Build.Reason'], 'PullRequest'))
32
0 commit comments