File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 33# ##############################################################################
44# (A) Update `FORMULA` with `${nextRelease.version}`
55# ##############################################################################
6+
67sed -i -e " s_^\(version:\).*_\1 ${1} _" FORMULA
78
89
@@ -13,16 +14,13 @@ sed -i -e "s_^\(version:\).*_\1 ${1}_" FORMULA
1314maintainer contributor --ignore-contributors semantic-release-bot,renovate[bot]
1415
1516# ##############################################################################
16- # (C) Use `m2r2 ` to convert automatically produced `.md` docs to `.rst`
17+ # (C) Use `m2r ` to convert automatically produced `.md` docs to `.rst`
1718# ##############################################################################
1819
19- # Install `m2r2`
20- pip3 install m2r2
21-
2220# Copy and then convert the `.md` docs
2321cp ./* .md docs/
2422cd docs/ || exit
25- m2r2 --overwrite ./* .md
23+ m2r --overwrite ./* .md
2624
2725# Change excess `H1` headings to `H2` in converted `CHANGELOG.rst`
2826sed -i -e ' /^=.*$/s/=/-/g' CHANGELOG.rst
You can’t perform that action at this time.
0 commit comments