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

tools: lint version numbers in doc only in the default branch #37768

Merged
merged 1 commit into from
Mar 16, 2021

Commits on Mar 16, 2021

  1. tools: parse changelogs only in the default branch

    The `lint-md` job on GitHub Actions parses the changelogs to determine
    if the version numbers referenced in the YAML comments in the docs match
    actual releases of Node.js.
    Changelogs are sometimes not backported to release branches; this commit
    disables changelog parsing on branches other than the default one.
    
    Refs: nodejs#37767
    
    PR-URL: nodejs#37768
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Danielle Adams <adamzdanielle@gmail.com>
    Reviewed-By: Ruy Adorno <ruyadorno@github.com>
    aduh95 committed Mar 16, 2021
    1 Configuration menu
    Copy the full SHA
    901ef1b View commit details
    Browse the repository at this point in the history