diff --git a/EDITORS.md b/EDITORS.md new file mode 100644 index 0000000000..678e911b2b --- /dev/null +++ b/EDITORS.md @@ -0,0 +1,18 @@ +# OpenAPI Specification Editors + +## Active +* Darrel Miller [@darrelmiller](https://github.com/darrelmiller) +* Henry Andrews [@handrews](https://github.com/handrews) +* Jeremy Whitlock [@whitlockjc](https://github.com/whitlockjc) +* Lorna Mitchell [@lornajane](https://github.com/lornajane) +* Marsh Gardiner [@earth2marsh](https://github.com/earth2marsh) +* Miguel Quintero [@miqui](https://github.com/miqui) +* Mike Kistler [@mikekistler](https://github.com/mikekistler) +* Ralf Handl [@ralfhandl](https://github.com/ralfhandl) +* Ron Ratovsky [@webron](https://github.com/webron) + +## Emeritus +* Mike Ralphson [@MikeRalphson](https://github.com/MikeRalphson) +* Uri Sarid [@usarid](https://github.com/usarid) +* Jason Harmon [@jharmn](https://github.com/jharmn) +* Tony Tam [@fehguy](https://github.com/fehguy) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index e84988bb0b..b43dc25e0d 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -1,3 +1,5 @@ +# OpenAPI Initiative Technical Steering Committee Members + ## Active * Darrel Miller [@darrelmiller](https://github.com/darrelmiller) * Jeremy Whitlock [@whitlockjc](https://github.com/whitlockjc) diff --git a/scripts/md2html/build.sh b/scripts/md2html/build.sh index 2cf6a462e6..766bd94855 100755 --- a/scripts/md2html/build.sh +++ b/scripts/md2html/build.sh @@ -31,7 +31,10 @@ git show c740e95:MAINTAINERS.md > history/MAINTAINERS_v3.0.1.md git show 3140640:MAINTAINERS.md > history/MAINTAINERS_v3.0.2.md cp history/MAINTAINERS_v3.0.2.md history/MAINTAINERS_v3.0.3.md cp history/MAINTAINERS_v3.0.2.md history/MAINTAINERS_v3.1.0.md -# add lines for 3.0.4, 3.1.1, ... +#TODO: adjust commit for 3.0.4, 3.1.1 +git show c3b88ed:EDITORS.md > history/MAINTAINERS_v3.0.4.md +cp history/MAINTAINERS_v3.0.4.md history/MAINTAINERS_v3.1.1.md +# add lines for 3.2.0, ... cp -p ../../node_modules/respec/builds/respec-w3c.* ../../deploy/js/