Document @changesets/cli integration with Azure DevOps release pipelines
See original GitHub issueAffected Packages
@changesets/cli
Problem
My company doesn’t use Github, so Github actions won’t work for me. However, we use Azure DevOps for CI, so it’d be great to have an action/job/task or even a script to use in that environment for provide the same or similar functionality for our build/release environments.
Proposed solution
It’d be good to update the “CI” section of the docs to include the bare minimum manual steps or scripts required to work with the @changesets/cli
nicely.
Ideally the Github action would be ported to Azure DevOps to update PRs, leave comments, etc. if that’s possible in that world.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:7
- Comments:9
Top Results From Across the Web
Document @changesets/cli integration with Azure DevOps ...
Has anybody succeeded in consuming changesets on Azure DevOPs (ADO) pipeline ?
Read more >Release artifacts and artifact sources - Azure Pipelines
A release is a collection of artifacts in your DevOps CI/CD processes. An artifact is a deployable component of your application. Azure ......
Read more >Create your first pipeline - Azure Pipelines - Microsoft Learn
Sign-in to your Azure DevOps organization and go to your project. · Go to Pipelines, and then select New pipeline. · Do the...
Read more >Classic release and artifacts variables - Azure Pipelines
Classic release and artifacts variables are a convenient way to exchange and transport data throughout your pipeline.
Read more >Cross-service integration overview - Azure DevOps
Azure DevOps supports multiple integration points across each of the major services—Azure Boards, Azure Repos, Azure Pipelines, and Azure ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Has anybody succeeded in consuming changesets on Azure DevOPs (ADO) pipeline ?
working with azure devops: anyone here is aware of a way to keep changesets and still be able to fail a pr if a developer did not add a changeset for his code. ( “since-master” will not work because it sees others’s stored changesets)