Skip to content

Commit 16c549a

Browse files
committed
Recreate maintainers in 2015
1 parent 633e579 commit 16c549a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

scripts/md2html/build.sh

+8-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,14 @@ mkdir -p deploy/js
1010

1111
cd scripts/md2html
1212
mkdir -p history
13-
git show c740e95:MAINTAINERS.md > history/MAINTAINERS_v2.0.md
13+
cat > history/MAINTAINERS_v2.0.md <<EOF
14+
## Active
15+
* Jeremy Whitlock [@whitlockjc](https://github.com/whitlockjc)
16+
* Marsh Gardiner [@earth2marsh](https://github.com/earth2marsh)
17+
* Ron Ratovsky [@webron](https://github.com/webron)
18+
* Tony Tam [@fehguy](https://github.com/fehguy)
19+
EOF
20+
1421
git show c740e95:MAINTAINERS.md > history/MAINTAINERS_v3.0.0.md
1522
cp history/MAINTAINERS_v3.0.0.md history/MAINTAINERS_v3.0.1.md
1623
git show 3140640:MAINTAINERS.md > history/MAINTAINERS_v3.0.2.md

0 commit comments

Comments
 (0)