-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[fix][build] Include Pulsar shell in the released artifacts #18583
[fix][build] Include Pulsar shell in the released artifacts #18583
Conversation
It seems the release action of 2.11.0 is performed against branch-2.11 so we need a cherry-pick. Also, cc @Technoboy- as the release manager of 2.11.0 FYI. |
Codecov Report
@@ Coverage Diff @@
## master #18583 +/- ##
============================================
+ Coverage 36.82% 45.63% +8.81%
- Complexity 7842 9863 +2021
============================================
Files 698 672 -26
Lines 68060 65824 -2236
Branches 7277 7034 -243
============================================
+ Hits 25062 30042 +4980
+ Misses 39675 32365 -7310
- Partials 3323 3417 +94
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
Merging...
@nicoloboschi @Technoboy- how do you think this patch should be cherry-picked to branch-2.11?
I will do this. |
Motivation
The current release process doesn't stage the pulsar shell artifacts. Pulsar shell is going to be released in 2.11.0
Modifications
doc
doc-required
doc-not-needed
doc-complete
note: we should update the release process in the pulsar-site repository.