ci(libdd-shared-runtime): downgrade version so publish workflow succeeds#1870
Conversation
|
/merge |
|
View all feedbacks in Devflow UI.
This pull request is not mergeable according to GitHub. Common reasons include pending required checks, missing approvals, or merge conflicts — but it could also be blocked by other repository rules or settings.
devflow unqueued this merge request: It did not become mergeable within the expected time |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1870 +/- ##
==========================================
+ Coverage 71.70% 71.77% +0.07%
==========================================
Files 429 429
Lines 67916 67916
==========================================
+ Hits 48697 48748 +51
+ Misses 19219 19168 -51
🚀 New features to boost your workflow:
|
|
✅ Tests 🎉 All green!❄️ No new flaky tests detected 🎯 Code Coverage (details) 🔗 Commit SHA: 43788db | Docs | Datadog PR Page | Was this helpful? React with 👍/👎 or give us feedback! |
Artifact Size Benchmark Reportaarch64-alpine-linux-musl
aarch64-unknown-linux-gnu
libdatadog-x64-windows
libdatadog-x86-windows
x86_64-alpine-linux-musl
x86_64-unknown-linux-gnu
|
|
/merge |
|
View all feedbacks in Devflow UI.
The expected merge time in
|
730c122
into
main
What does this PR do?
Downgrade the version to
0.1.0so the publish workflow can make progress.Motivation
CI workflow on publication will perform a major bump to initial releases in order to prevent libdatadog packages to be on beta versions. This PR will prevent a
2.0.0is published right away.