We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfaacd1 commit ac8fdbeCopy full SHA for ac8fdbe
.github/workflows/lint-release-proposal.yml
@@ -59,11 +59,4 @@ jobs:
59
grep -q '^#define NODE_VERSION_IS_RELEASE 1$' src/node_version.h
60
- name: Check for placeholders in documentation
61
run: |
62
- if grep -q "REPLACEME" doc/api/*.md; then
63
- echo "Please update REPLACEME tags in doc/api/*.md files. See doc/contributing/releases.md."
64
- exit 1
65
- fi
66
- if grep -q "DEP...X" doc/api/deprecations.md; then
67
- echo "Please update DEP...X in doc/api/deprecations.md. See doc/contributing/releases.md."
68
69
+ ! grep "REPLACEME" doc/api/*.md
0 commit comments