| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Changelogs are never backported. I'm okay with this because we usually don't need to validate REPLACEME for other targets than master, but I would still like to understand how we ended up with the issue in #37767 (comment) |
Sorry, something went wrong.
|
Hum that clearly doesn't work as expected, it's skipping this PR even though the PR's targeting master. |
Sorry, something went wrong.
There was a problem hiding this comment.
What does GitHub do here then if the condition fails? Does it skip the entire job, or just this step, in which case what is steps.get-released-versions.outputs.NODE_RELEASED_VERSIONS going to evaluate to in the next step?
Sorry, something went wrong.
There was a problem hiding this comment.
it skips only this step
Sorry, something went wrong.
There was a problem hiding this comment.
It skips the step where it parses the changelogs and validate the version number baed on the pattern only – see https://github.com/nodejs/node/runs/2123211599 for an example.
Sorry, something went wrong.
|
fast-track? |
Sorry, something went wrong.
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>
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: #37767 PR-URL: #37768 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Danielle Adams <adamzdanielle@gmail.com> Reviewed-By: Ruy Adorno <ruyadorno@github.com>
| Back | FazBrowse Home | New Git URL |
Changelogs are sometimes not backported to release branches; this check
is useful on the master branch, not so much in the other branches.
Refs: #37767