-
-
Notifications
You must be signed in to change notification settings - Fork 310
Support GPG password prompt #448
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
Conversation
Can you link to those pull requests? |
|
What about Yarn? Look at the task above the one you modified. |
|
Can you give the PR a better title? |
|
When using yarn, the gpg-password-prompt was also gobbled. I fixed it with the last commits. |
|
Can you mention this feature in the readme? |
It's mentioned. |
|
Maybe we could move this forward by retargeting your PRs to https://github.com/cenk1cenk2/listr2 and then move to |
Fixes #79 the gpg-password-prompt is gobbled. The listr-task "Bumping version using npm" gets a suspend-flag, which stops the listr-update-renderer.
In order to get this solution working, there are same changes necessary at listr and listr-update-renderer.
The pull-requests for this changes can be found at the following links:
Testing this pull-request requires the following client-setup:
gpg --generate-keygit config --set --global user.signingkey <KEY>npm config set sign-git-commit trueoryarn config set version-sign-git-tag trueIssueHunt Summary