-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[chore] Add an automation to skip release if there no changes #7559
[chore] Add an automation to skip release if there no changes #7559
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #7559 +/- ##
==========================================
+ Coverage 91.23% 91.27% +0.04%
==========================================
Files 296 296
Lines 14473 14473
==========================================
+ Hits 13204 13210 +6
+ Misses 1004 999 -5
+ Partials 265 264 -1 ☔ View full report in Codecov by Sentry. |
544cc1f
to
f69d732
Compare
The failing test is unrelated, fixed in #7561 |
1a67e2a
to
000a8ef
Compare
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.
Thanks for taking this on, just a couple of suggestions
000a8ef
to
a1db568
Compare
a1db568
to
4000f90
Compare
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.
What happens with make push-tags
when there's no change? will it fail when trying to create a tag that already exists?
Update the release process to skip releasing the stable set of modules if there are no changes since the last version
4000f90
to
c708946
Compare
Yes, it'll just fail to push existing tags. I updated the release section for |
…elemetry#7559) Update the release process to skip releasing the stable set of modules if there are no changes since the last version
As discussed at one of the recent SIGs, we don't want to release module sets with no changes.
This change updates the release process to skip releasing the stable set of modules if there are no changes since the last version.
Generated PR sample: dmitryax#3