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

Deny publishing packages with non-standard name formats (Fix #6043) #6186

Closed
wants to merge 2 commits into from
Closed

Commits on Oct 19, 2018

  1. Bail on publish if package name is not snake case

    - Prints an error message indicating that publishing failed because the package name is not snake case (the standard naming convention). Prevents accidentially publishing a new package with an unintended name format.
    - Adds an option to ignore the snake case standard (--allow-non-snake-name)
    brahmlower committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    02ed9cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1e0d7f View commit details
    Browse the repository at this point in the history