diff options
author | EuAndreh <eu@euandre.org> | 2021-06-06 10:21:03 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-06 10:21:03 -0300 |
commit | 660fb47eb91c28c0067a8547829595286663ce05 (patch) | |
tree | 565f745de807c28410d5f43e118a79cfcb6c7659 | |
parent | README.md: Add explicit "Links" and "Releases" sections (diff) | |
download | remembering-660fb47eb91c28c0067a8547829595286663ce05.tar.gz remembering-660fb47eb91c28c0067a8547829595286663ce05.tar.xz |
aux/workflow/assert-readme.sh: Assert the end of the CONTRIBUTING section
Diffstat (limited to '')
-rwxr-xr-x | aux/workflow/assert-readme.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/aux/workflow/assert-readme.sh b/aux/workflow/assert-readme.sh index 47f7e25..2f63ded 100755 --- a/aux/workflow/assert-readme.sh +++ b/aux/workflow/assert-readme.sh @@ -9,6 +9,18 @@ MAILING_LIST="$2" EXPECTED="$(mktemp)" cat <<EOF >> "$EXPECTED" +For running the extra development-only checks, run: + +\`\`\`shell +$ make dev-check +\`\`\` + +and for generating the documentation HTML and website, run: + +\`\`\`shell +$ make public +\`\`\` + # Links |