aboutsummaryrefslogtreecommitdiff
path: root/aux/workflow/assert-readme.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* aux/: UpdateEuAndreh2021-09-011-3/+10
|
* aux/: UpdateEuAndreh2021-07-231-5/+7
|
* aux/: Update, adapt Makefile accordinglyEuAndreh2021-06-261-4/+24
|
* Makefile, README.md: Adapt to changes in aux/EuAndreh2021-06-261-5/+2
|
* aux/: UpdateEuAndreh2021-06-161-1/+1
|
* aux/workflow/assert-*: UpdateEuAndreh2021-06-131-6/+29
|
* Update files under aux/EuAndreh2021-06-071-6/+17
|
* aux/workflow/assert-readme.sh: Assert the end of the CONTRIBUTING sectionEuAndreh2021-06-061-0/+12
|
* README.md: Add explicit "Links" and "Releases" sectionsEuAndreh2021-06-061-0/+36
Instead of generating the "Links" and "Releases" sections on the fly and adding them to the end of the README.md before processing it with aux/workflow/README.sh, embed those sections directly and use aux/workflow/assert-readme.sh to make sure the metadata is there. Before we had: 1. generate "Links" and "Releases" on the fly inside aux/workflow/README.sh; 2. add those sections to the end of the README.md; 3. use the custom pandoc build command inside the aux/workflow/README.sh file. Now we have: 1. embed "Links" and "Releases" in the README.md directly; 2. use aux/workflow/assert-readme.sh to validate the correct metadata; 3. use the vanilla aux/workflow/commonmark.sh to generate the HTML.