chore(copier): apply template copier-ssf-ciat v2.10.7

This commit is contained in:
Alex Wede
2026-05-04 22:21:26 +02:00
parent eac6750f94
commit bb50197a2a
14 changed files with 1029 additions and 773 deletions
+9 -4
View File
@@ -3,20 +3,25 @@
###############################################################################
# (A) Update `FORMULA` with `${nextRelease.version}`
###############################################################################
sed -i -e "s_^\(version:\).*_\1 ${1}_" FORMULA
###############################################################################
# (B) Use `m2r2` to convert automatically produced `.md` docs to `.rst`
# (B) Update `AUTHORS.md`
###############################################################################
# Install `m2r2`
pip3 install m2r2
maintainer contributor \
--ignore-contributors dependabot[bot],renovate[bot],semantic-release-bot
###############################################################################
# (C) Use `m2r` to convert automatically produced `.md` docs to `.rst`
###############################################################################
# Copy and then convert the `.md` docs
cp ./*.md docs/
cd docs/ || exit
m2r2 --overwrite ./*.md
m2r --overwrite ./*.md
# Change excess `H1` headings to `H2` in converted `CHANGELOG.rst`
sed -i -e '/^=.*$/s/=/-/g' CHANGELOG.rst