1
0
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:
2018-12-15 16:12:06 -05:00
parent 501c7712fc
commit b685547ddd
8 changed files with 22 additions and 8 deletions

View File

@ -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