-
Notifications
You must be signed in to change notification settings - Fork 16
ci: release proposal workflow #1489
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
base: main
Are you sure you want to change the base?
Conversation
BenchmarksComparisonBenchmark execution time: 2026-01-29 10:51:05 Comparing candidate commit 6bb501d in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 57 metrics, 2 unstable metrics. CandidateCandidate benchmark detailsGroup 1
Group 2
Group 3
Group 4
Group 5
Group 6
Group 7
Group 8
Group 9
Group 10
Group 11
Group 12
Group 13
Group 14
Group 15
Group 16
Group 17
Group 18
Group 19
BaselineOmitted due to size. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1489 +/- ##
==========================================
+ Coverage 70.68% 70.96% +0.28%
==========================================
Files 420 421 +1
Lines 67631 68438 +807
==========================================
+ Hits 47804 48568 +764
- Misses 19827 19870 +43
🚀 New features to boost your workflow:
|
Artifact Size Benchmark Reportaarch64-alpine-linux-musl
aarch64-apple-darwin
aarch64-unknown-linux-gnu
libdatadog-x64-windows
libdatadog-x86-windows
x86_64-alpine-linux-musl
x86_64-apple-darwin
x86_64-unknown-linux-gnu
|
| tool: git-cliff | ||
| - uses: taiki-e/cache-cargo-install-action@7447f04c51f2ba27ca35e7f1e28fab848c5b3ba7 # 2.3.1 | ||
| with: | ||
| tool: cargo-semver-checks@0.45.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
doesn't this have to be a hash?
What does this PR do?
Streamlines the release process by automating version bumps, changelog generation, and PR creation for workspace crates, ensuring proper dependency order during publication.
.github/workflows/release-proposal-dispatch.ymlWorkflow to automatically create release proposal PRs
Triggered manually via workflow_dispatch for a selected crate
Generates changelogs using git-cliff
Creates/updates PRs with versioning changes
scripts/publication-order.shDetermines correct publication order based on crate dependencies
Outputs in JSON, list, or simple format
scripts/commits-since-release.shFinds commits since last release tag for each crate
Outputs JSON for changelog generation
cliff.tomlConfiguration for git-cliff changelog generatorrepository.datadog.yml- New rule to allow commits without signatures (made automatically by cargo release)Notes
datadog-ipc/README.mdfile has been added because some crate references it and it doesn't exist, makingcargo releasefail