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 parsing of environment variables when merging env into config #6518

Merged
merged 4 commits into from Oct 10, 2018

Commits on Oct 9, 2018

  1. Environment variable prefixes should start at the beginning, not in t…

    …he middle of an environment variable. This fixes this example:
    
      SOME_YARN_CONFIG=123 yarn config list | grep some
        'some-yarn-config':
      { 'some-yarn-config':
    grembo committed Oct 9, 2018
    Copy the full SHA
    b208fe1 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    arcanis committed Oct 9, 2018
    Copy the full SHA
    2ca6b5f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f073a21 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    7ec5e6a View commit details
    Browse the repository at this point in the history