Skip to content
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 rake release aborting when credentials file is missing, even if properly configured through XDG #3783

Merged
merged 1 commit into from
Jul 7, 2020

Conversation

deivid-rodriguez
Copy link
Member

Description:

gem push already asks for credentials on the fly and properly save
them for future runs if they are not already there, so I believe this is
unnecessary.

This is an initial proposal to fix #3779.

Tasks:

  • Describe the problem / feature
  • Write tests
  • Write code to solve the problem
  • Get code review from coworkers / friends

I will abide by the code of conduct.

`gem push` already asks for credentials on the fly and properly save
them for future runs if they are not already there, so I believe this is
unnecessary.
@hsbt hsbt merged commit 2fa3bc6 into master Jul 7, 2020
@hsbt hsbt deleted the dont_abort_on_missing_credentials_file branch July 7, 2020 01:03
@deivid-rodriguez deivid-rodriguez changed the title Don't abort release on missing credentials file Fix rake release aborting when credentials file is missing, even if properly configured through XDG Jul 15, 2020
deivid-rodriguez pushed a commit that referenced this pull request Oct 5, 2020
…als_file

Don't abort release on missing credentials file

(cherry picked from commit 2fa3bc6)
deivid-rodriguez pushed a commit that referenced this pull request Oct 5, 2020
…als_file

Don't abort release on missing credentials file

(cherry picked from commit 2fa3bc6)
deivid-rodriguez pushed a commit that referenced this pull request Oct 5, 2020
…als_file

Don't abort release on missing credentials file

(cherry picked from commit 2fa3bc6)
deivid-rodriguez pushed a commit that referenced this pull request Oct 6, 2020
…als_file

Don't abort release on missing credentials file

(cherry picked from commit 2fa3bc6)
deivid-rodriguez pushed a commit that referenced this pull request Oct 6, 2020
…als_file

Don't abort release on missing credentials file

(cherry picked from commit 2fa3bc6)
deivid-rodriguez pushed a commit that referenced this pull request Oct 6, 2020
…als_file

Don't abort release on missing credentials file

(cherry picked from commit 2fa3bc6)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rake release doesn't work if you're using the XDG spec for configuring rubygems
4 participants