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 scoped packages publish behavior #630

Merged
merged 1 commit into from Mar 26, 2020

Commits on Mar 25, 2020

  1. Fix scoped package publishing as public

    Had three issues here:
    
    * The docs suggested scoped packages would be published as private,
      however this behavior was changed in c3976bf
    * The docs show config to be added to the package.json, which can be
      easily misunderstood as what needs to be added to the .release-it.json
      file (all the other examples reference the release-it config)
    * The links in the docs were dead
    
    This commit reverts the behavior introduced by c3976bf because the
    behavior is surprising and dangerous.
    
    It also updates the documentation to fix the links and show how to
    configure release-it first (before the note about a package.json file).
    mothershipper committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    a7a590d View commit details
    Browse the repository at this point in the history