We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 633e579 commit 16c549aCopy full SHA for 16c549a
scripts/md2html/build.sh
@@ -10,7 +10,14 @@ mkdir -p deploy/js
10
11
cd scripts/md2html
12
mkdir -p history
13
-git show c740e95:MAINTAINERS.md > history/MAINTAINERS_v2.0.md
+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
+
21
git show c740e95:MAINTAINERS.md > history/MAINTAINERS_v3.0.0.md
22
cp history/MAINTAINERS_v3.0.0.md history/MAINTAINERS_v3.0.1.md
23
git show 3140640:MAINTAINERS.md > history/MAINTAINERS_v3.0.2.md
0 commit comments