X Tutup
The Wayback Machine - https://web.archive.org/web/20220323011233/https://github.com/nodejs/node/pull/35523
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

build: improved release lint error message #35523

Closed

Conversation

codebytere
Copy link
Member

@codebytere codebytere commented Oct 6, 2020

Improves release lint failure output for more effective fixing.

Before:

node on git:master ❯ make release-only                                     9:48AM
Please update REPLACEME in Added: tags in doc/api/*.md (See doc/guides/releases.md)
make: *** [release-only] Error 1

After:

node on git:better-release-lint-failure ❯ make release-only                9:48AM
Please update REPLACEME tags in the following doc/api/*.md files (See doc/guides/releases.md):

doc/api/assert.md
doc/api/buffer.md
doc/api/cli.md
doc/api/deprecations.md
doc/api/errors.md
doc/api/esm.md
doc/api/globals.md
doc/api/http2.md
doc/api/net.md
doc/api/quic.md
doc/api/stream.md
doc/api/url.md
doc/api/util.md

make: *** [release-only] Error 1
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

@nodejs-github-bot nodejs-github-bot added the build label Oct 6, 2020
@codebytere codebytere requested a review from richardlau Oct 6, 2020
cjihrig
cjihrig approved these changes Oct 6, 2020
Trott
Trott approved these changes Oct 7, 2020
@codebytere
Copy link
Member Author

@codebytere codebytere commented Oct 8, 2020

Landed in 6141ca3

@codebytere codebytere closed this Oct 8, 2020
@codebytere codebytere deleted the better-release-lint-failure branch Oct 8, 2020
codebytere added a commit that referenced this issue Oct 8, 2020
PR-URL: #35523
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Beth Griggs <bgriggs@redhat.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
BethGriggs pushed a commit that referenced this issue Oct 13, 2020
PR-URL: #35523
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Beth Griggs <bgriggs@redhat.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
@MylesBorins MylesBorins mentioned this pull request Oct 14, 2020
MylesBorins added a commit that referenced this issue Nov 3, 2020
PR-URL: #35523
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Beth Griggs <bgriggs@redhat.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
@MylesBorins MylesBorins mentioned this pull request Nov 3, 2020
MylesBorins added a commit that referenced this issue Nov 16, 2020
PR-URL: #35523
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Beth Griggs <bgriggs@redhat.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
joesepi added a commit to joesepi/node that referenced this issue Jan 8, 2021
PR-URL: nodejs#35523
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Beth Griggs <bgriggs@redhat.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

7 participants
X Tutup