Skip to content

docs: add azure pipelines CI integration#4184

Merged
escapedcat merged 3 commits intoconventional-changelog:masterfrom
Odonno:patch-1
Oct 18, 2024
Merged

docs: add azure pipelines CI integration#4184
escapedcat merged 3 commits intoconventional-changelog:masterfrom
Odonno:patch-1

Conversation

@Odonno
Copy link
Copy Markdown
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
Copy Markdown

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
Copy Markdown
Member

Thanks!

@Odonno
Copy link
Copy Markdown
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
Copy Markdown
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
@escapedcat
Copy link
Copy Markdown
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