Skip to content

Conversation

@Odonno
Copy link
Contributor

@Odonno Odonno commented Oct 17, 2024

Description

Inspired from the GitHub Actions template, this is a yaml template definition that can be used as-is with Azure Pipelines.
Tested and it works like a charm.

This will validate:

  • all the commits in a PullRequest
  • or the last commit otherwise (pipeline triggered by a push, triggered manually, etc.)

@codesandbox-ci
Copy link

codesandbox-ci bot commented Oct 17, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@escapedcat
Copy link
Member

Thanks!

@Odonno
Copy link
Contributor Author

Odonno commented Oct 18, 2024

Just merged the two steps for PR into one because the variable is scoped to the step... It is good now.

@escapedcat
Copy link
Member

Would you mind also updating the format, thanks:

 
   - task: NodeTool@0
     inputs:
-      versionSpec: "20.x"
+      versionSpec: '20.x'
       checkLatest: true
 
   - script: |

See: https://github.com/conventional-changelog/commitlint/actions/runs/11390612946/job/31720085369

@escapedcat escapedcat merged commit 65b219e into conventional-changelog:master Oct 18, 2024
7 checks passed
@escapedcat
Copy link
Member

🎉

@Odonno Odonno deleted the patch-1 branch October 18, 2024 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants