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

Semantic and change order of files for adding creds #23

Merged
merged 3 commits into from
Sep 19, 2019
Merged

Conversation

ehdsouza
Copy link
Contributor

This PR handles:

  • Updates to semantic release to include changelog
  • When checking for credentials, check for working dir before home dir

@CLAassistant
Copy link

CLAassistant commented Sep 16, 2019

CLA assistant check
All committers have signed the CLA.

Copy link
Member

@padamstx padamstx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left a comment about the incorrect ordering...

}

// 2) <user-home-dir>/ibm-credentials.env
// 1) <user-home-dir>/ibm-credentials.env
Copy link
Member

@padamstx padamstx Sep 16, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The order should be:

  1. ${IBM_CREDENIALS_FILE}
  2. [current-working-directory]/ibm-credentials.env
  3. [home-dir]/ibm-credentials.env
    You moved [home-dir] to the top... why?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh I read the description wrong, correcting it

Copy link
Member

@padamstx padamstx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks better now

Copy link
Member

@mediumTaj mediumTaj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 looks good!

@ehdsouza ehdsouza merged commit 7cfc1cc into master Sep 19, 2019
@ehdsouza ehdsouza deleted the creds branch September 19, 2019 14:01
@watson-github-bot
Copy link

🎉 This PR is included in version 0.9.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@watson-github-bot
Copy link

🎉 This PR is included in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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.

5 participants