1
0
mirror of https://github.com/coturn/coturn.git synced 2025-12-24 17:31:00 +01:00

2 Commits

Author SHA1 Message Date
Pavel Punsky
22e51044cd
Generate AUTHORS as Markdown, update references (#1102)
Refs #1049
2022-11-21 16:23:22 -08:00
Pavel Punsky
54842274d3
Scripts to generate AUTHORS and ChangeLog (#1101)
Originated by @KangLin in #1097 

Create scripts that generate ChangeLog and Authors - can be
combined/called by other scripts during build process
Scripts are idempotent: running them multiple times should not change
anything
They do not commit or tag - up to the author/reviewer to make those
changes

The lists are generated in Markdown compatible format (so that we can
change those files to .md in the future)

NOTES:
- Authors file is generated in alphabetical order, disregarding specific
contributions
- ChangeLog file is generated in order of commits, omitting bot commits
(dependabot)

Co-authored-by: Kang Lin <kl222@126.com>
2022-11-20 14:23:17 -08:00