verdaccio/scripts/generate_authors.sh

6 lines
113 B
Bash
Executable File

#!/bin/sh
git shortlog -se \
| perl -spe 's/^\s+\d+\s+//' \
| sed -e '/^CommitSyncScript.*$/d' \
> AUTHORS