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

feat: allowlist for version numbers in YAML comments #172

Merged
merged 4 commits into from
Feb 22, 2021

Commits on Feb 4, 2021

  1. feat: allowlist for version numbers in YAML comments

    If an environment variable `NODE_RELEASED_VERSIONS` is detected, it is
    used to validate the version numbers in the YAML comments. At the
    notable exception of version numbers 0.0.x and 0.1.x,  and the
    `REPLACEME` placeholder, any value not in the list is reported as
    invalid.
    aduh95 committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    7195104 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. Configuration menu
    Copy the full SHA
    3001dad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c7400d View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Configuration menu
    Copy the full SHA
    06b7c69 View commit details
    Browse the repository at this point in the history