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:
parent
b089e91688
commit
97cb7f35b0
6 changed files with 79 additions and 264 deletions
3
Makefile
3
Makefile
|
@ -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) $@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue