-
Notifications
You must be signed in to change notification settings - Fork 85
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
Deprecate getZoweYargsResponse #1962
Conversation
Signed-off-by: Gene Johnston <[email protected]>
Signed-off-by: Gene Johnston <[email protected]>
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.
LGTM! 😋
I was going back and forth on whether this should be a patch, but based on SemVer, we are introducing a backward-compatible feature.
Also, See this stackoverflow comment 😋
https://stackoverflow.com/a/56135899
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.
LGTM, thanks @gejohnston!
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #1962 +/- ##
==========================================
- Coverage 91.06% 91.04% -0.02%
==========================================
Files 636 636
Lines 18709 18712 +3
Branches 3898 3898
==========================================
Hits 17037 17037
- Misses 1671 1674 +3
Partials 1 1 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Gene Johnston <[email protected]>
… v2-dep-bright
Kudos, SonarCloud Quality Gate passed! |
Release succeeded for the The following packages have been published:
Powered by Octorelease 🚀 |
What It Does
Deprecate function AbstractCommandYargs.getBrightYargsResponse in favor of AbstractCommandYargs.getZoweYargsResponse
How to Test
Review Checklist
I certify that I have:
Additional Comments