Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add azure pipelines CI integration #4184

Merged
merged 3 commits into from
Oct 18, 2024

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.)

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