Skip to content

Commit

Permalink
docs: tweak AUTHORS formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Mar 2, 2023
1 parent 5718c63 commit fd6fd84
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Please review our [Code of Conduct](https://github.com/moov-io/ach/blob/master/C

We use GitHub to manage reviews of pull requests.

* If you have a trivial fix or improvement, go ahead and create a pull request, addressing (with `@...`) one or more of the maintainers (see [AUTHORS.md](AUTHORS.md)) in the description of the pull request.
* If you have a trivial fix or improvement, go ahead and create a pull request, addressing (with `@...`) one or more of the maintainers (see [AUTHORS](AUTHORS)) in the description of the pull request.

* If you plan to do something more involved, first propose your ideas in a Github issue. This will avoid unnecessary work and surely give you and us a good deal of inspiration.

Expand Down
6 changes: 3 additions & 3 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ release: docker AUTHORS
git tag -f $(VERSION)

# From https://github.com/genuinetools/img
.PHONY: AUTHORS.md
AUTHORS.md:
.PHONY: AUTHORS
AUTHORS:
@$(file >$@,# This file lists all individuals having contributed content to the repository.)
@$(file >>$@,# For how it is generated, see `make AUTHORS.md`.)
@$(file >>$@,# For how it is generated, see `make AUTHORS`.)
@echo "$(shell git log --format='\n%aN <%aE>' | LC_ALL=C.UTF-8 sort -uf)" >> $@

release-push:
Expand Down

0 comments on commit fd6fd84

Please sign in to comment.