mirror of
https://github.com/bspeice/qadapt
synced 2025-07-02 06:16:30 -04:00
Prepare for 1.0
This commit is contained in:
2
Makefile
2
Makefile
@ -6,7 +6,7 @@ all:
|
||||
contributors:
|
||||
@echo '`qadapt` is developed by:' > CONTRIBUTORS.md
|
||||
@echo ' Bradlee Speice <bradlee@speice.io>' >> CONTRIBUTORS.md
|
||||
@git log --format=' %aN <%aE>' | grep -v "Bradlee Speice <bradlee@speice.io>" | sort -u >> CONTRIBUTORS.md
|
||||
@git log --format=' %aN <%aE>' | grep -v "Bradlee Speice <bradlee@speice.io>" | grep -v "users.noreply" | sort -u >> CONTRIBUTORS.md
|
||||
|
||||
.PHONY: readme README.md
|
||||
readme: README.md
|
||||
|
Reference in New Issue
Block a user