Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jun 11:48
· 83 commits to main since this release
4cad296

Minor Changes

  • f8f60d9 #67 Thanks @jesstelford! - Add package.json#manypkg config object:

    {
      "manypkg": {}
    }
    

    To support setting a default branch for the INCORRECT_REPOSITORY_FIELD check/fix, a new config option can be set:

    {
      "manypkg": {
        "defaultBranch": "master"
      }
    }
    

    The default defaultBranch is "master".

Patch Changes