Skip to content

Commit 13102c5

Browse files
committed
Remove AUTHORS file
This is pure vanity. It can always be regenerated by using the git repository, or one can explore it via https://github.com/sinonjs/sinon/graphs/contributors
1 parent 2d5d6ad commit 13102c5

File tree

2 files changed

+1
-375
lines changed

2 files changed

+1
-375
lines changed

AUTHORS

-370
This file was deleted.

scripts/preversion.sh

+1-5
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,4 @@ echo 'Updating CHANGELOG.md'
2020
git changelog --no-merges
2121
git add CHANGELOG.md
2222

23-
echo 'Updating AUTHORS'
24-
git authors --list > AUTHORS
25-
git add AUTHORS
26-
27-
git commit -m "Update CHANGELOG.md and AUTHORS for new release"
23+
git commit -m "Update CHANGELOG.md for new release"

0 commit comments

Comments
 (0)