mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted-data.git
synced 2026-03-11 08:55:24 +00:00
tools/makefile: exclude awesome-selfhosted-bot from authors list
This commit is contained in:
parent
6ea9e4507f
commit
ce9f441df6
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -69,7 +69,7 @@ url_check: install
|
||||||
.PHONY: authors # update the AUTHORS file
|
.PHONY: authors # update the AUTHORS file
|
||||||
authors:
|
authors:
|
||||||
printf "Commits|Author\n-------|---------------------------------------------------\n" > AUTHORS
|
printf "Commits|Author\n-------|---------------------------------------------------\n" > AUTHORS
|
||||||
git shortlog -sne >> AUTHORS
|
git shortlog -sne | grep -v awesome-selfhosted-bot >> AUTHORS
|
||||||
|
|
||||||
.PHONY: clean # clean files generated by automated tasks
|
.PHONY: clean # clean files generated by automated tasks
|
||||||
clean:
|
clean:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue