-
Notifications
You must be signed in to change notification settings - Fork 394
Add post-release workflow step to create a PR with version bump #4765
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
Add post-release workflow step to create a PR with version bump #4765
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4765 +/- ##
==========================================
- Coverage 97.55% 97.54% -0.01%
==========================================
Files 1484 1484
Lines 88722 88729 +7
Branches 4606 4606
==========================================
Hits 86553 86553
- Misses 2169 2176 +7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Datadog ReportBranch report: ✅ 0 Failed, 21794 Passed, 1296 Skipped, 4m 54.14s Total Time |
BenchmarksBenchmark execution time: 2025-07-15 10:16:28 Comparing candidate commit 8b032b3 in PR branch Found 0 performance improvements and 4 performance regressions! Performance is the same for 43 metrics, 2 unstable metrics. scenario:error - error tracking with http - all
scenario:error - error tracking with http - third_party only
scenario:error - error tracking with http - user code only
scenario:error - without error tracking with http
|
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.
The only question is fast_castle, will be there a clash on release?
@Strech yes, there will be, and there is one more problem - we need to know the previous released version, and with this change we won't have it. So there will be another PR for fast_castle this week |
c5c475a
to
79f23df
Compare
79f23df
to
8732484
Compare
7dfedb5
to
e504446
Compare
e504446
to
fe463e2
Compare
321b9d5
to
9b2817f
Compare
7270091
to
32032e4
Compare
32032e4
to
e146741
Compare
What does this PR do?
This PR adds a Github Actions workflow called
Bump datadog gem version
that generates a PR with the next prerelease version. This workflow is triggered manually.This is done using existing
rake version:bump
task that increases the minor version and sets the tiny version to zero.Motivation:
We want to have the next prerelease version in our
version.rb
file to simplify system-tests setup.Change log entry
None. This change is internal.
Additional Notes:
This should not be merged yet, since we will need to do some changes to fast_castle to not break our release process.
How to test the change?
Here is the generated PR: #4797 (commit message has been fixed)