File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ mkdir -p deploy/js
10
10
11
11
cd scripts/md2html
12
12
mkdir -p history
13
- git show c740e950d:MAINTAINERS.md > history/MAINTAINERS_v2.0.md
13
+ git show c740e95:MAINTAINERS.md > history/MAINTAINERS_v2.0.md
14
+ git show e9fe5bc:MAINTAINERS.md > history/MAINTAINERS_v3.x.md
14
15
cp -p js/* ../../deploy/js 2> /dev/null
15
16
cp -p markdown/* ../../deploy/ 2> /dev/null
16
17
@@ -20,7 +21,7 @@ latest=`git describe --abbrev=0 --tags`
20
21
latestCopied=none
21
22
for filename in ../../versions/[3456789].* .md ; do
22
23
version=$( basename " $filename " .md)
23
- node md2html.js --respec --maintainers ../../MAINTAINERS .md ${filename} > ../../deploy/oas/v$version .html
24
+ node md2html.js --respec --maintainers ./history/MAINTAINERS_v3.x .md ${filename} > ../../deploy/oas/v$version .html
24
25
if [ $version = $latest ]; then
25
26
if [[ ${version} != * " rc" * ]]; then
26
27
# version is not a Release Candidate
You can’t perform that action at this time.
0 commit comments