Skip to content

Detect and warn for invalid configuration of the release-it builtin npm plugin #125

@rwjblue-glean

Description

@rwjblue-glean

See if we can provide better feedback if we detect that the end user hasn't completely disabled the npm plugin. Right now, if you do something like:

{
  "release-it": {
    "npm": {
      "publish": false
    }
  }
}

You end up with a really bad time. Poor error message, without much recourse, &c.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions