Skip to content

Commit

Permalink
Remove AUTHORS file
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mroderick committed Aug 10, 2021
1 parent 2d5d6ad commit 13102c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 375 deletions.
370 changes: 0 additions & 370 deletions AUTHORS

This file was deleted.

6 changes: 1 addition & 5 deletions scripts/preversion.sh
Expand Up @@ -20,8 +20,4 @@ echo 'Updating CHANGELOG.md'
git changelog --no-merges
git add CHANGELOG.md

echo 'Updating AUTHORS'
git authors --list > AUTHORS
git add AUTHORS

git commit -m "Update CHANGELOG.md and AUTHORS for new release"
git commit -m "Update CHANGELOG.md for new release"

0 comments on commit 13102c5

Please sign in to comment.