-
Notifications
You must be signed in to change notification settings - Fork 15
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
Update dependencies and prepare script #113
Conversation
Signed-off-by: Fernando Rijo Cedeno <[email protected]>
Signed-off-by: Fernando Rijo Cedeno <[email protected]>
Signed-off-by: Fernando Rijo Cedeno <[email protected]>
}, | ||
"imperative": { | ||
"configurationModule": "lib/pluginDef.js" | ||
}, | ||
"dependencies": { | ||
"@zowe/core-for-zowe-sdk": "^7.23.2", | ||
"@zowe/zosmf-for-zowe-sdk": "^7.23.2" | ||
"@zowe/core-for-zowe-sdk": "^7.29.2", |
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.
Should our sample remain a V2 sample, or should it be a V3 sample?
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.
I don't mind moving things into a zowe-v2-lts branch after this PR is merged 🙏
__tests__/__integration__/cli/list/cli.list.profile-args.integration.test.ts
Outdated
Show resolved
Hide resolved
Signed-off-by: Fernando Rijo Cedeno <[email protected]>
waiting for a new version from: |
Signed-off-by: Fernando Rijo Cedeno <[email protected]>
# If not a merge commit, require commit to be signed off | ||
if [ ! -e .git/MERGE_MSG ] && ! grep -q "^Signed-off-by: " "$1"; then | ||
if [ ! -e $(git rev-parse --git-dir)/MERGE_MSG ] && ! grep -q "^Signed-off-by: " "$1"; then |
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.
That's a cool method for getting the git directory 😋
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 @zFernand0!
What It Does
How to Test
Review Checklist
I certify that I have:
Additional Comments