Update release documents

Remove redundant AUTHORS file in favor of relying
on .mailmap for keeping track of author names.
Move older changelogs to release directory.
Move release checklist to releases README.

Signed-off-by: Derek McGowan <derek@mcgstyle.net>
This commit is contained in:
Derek McGowan 2018-09-20 15:22:32 -07:00
parent b089e91688
commit 97cb7f35b0
No known key found for this signature in database
GPG key ID: F58C5D0A4405ACDB
6 changed files with 79 additions and 264 deletions

View file

@ -43,9 +43,6 @@ TESTFLAGS_PARALLEL ?= 8
all: binaries
AUTHORS: .mailmap .git/HEAD
git log --format='%aN <%aE>' | sort -fu > $@
# This only needs to be generated by hand when cutting full releases.
version/version.go:
@echo "$(WHALE) $@"