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

Add changesetBaseRef configuration option for versioning (#1195) #1201

Merged
merged 4 commits into from
Apr 16, 2020

Commits on Apr 14, 2020

  1. Add changesetBaseRef configuration option for versioning (yarnpkg#1195)

    * Add changesetBaseRef, allowing for comparing files against non-master refs
    
    * Update yarnrc documentation accordingly
    fgrimshaw-tk committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    5178c52 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Update the changesetBaseRef configuration's default values

    * renamed changesetBaseRef to changesetBaseRefs
    
    * updated its type to array, set master, origin/master, upstream/master as default
    
    * remove hardcoded candidates, enforce non-nullable configuration
    
    * update docs accordingly
    fgrimshaw-tk committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    803f8bb View commit details
    Browse the repository at this point in the history
  2. Add usageError when changesetBaseRefs is []

    * Add a usageError for when the changesetBaseRefs is explicitly set to the empty array
    
    * ref -> refs in documentation
    fgrimshaw-tk committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    3d6f220 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Adds versions

    arcanis committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    6a1ae87 View commit details
    Browse the repository at this point in the history