From ed5074f11e964afe528b0d59c672dedafa35204f Mon Sep 17 00:00:00 2001 From: Fabian Schuh Date: Wed, 27 Mar 2019 08:48:21 +0100 Subject: [PATCH] Update Makefile --- AUTHORS | 2 +- Makefile | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/AUTHORS b/AUTHORS index 45d4123e..2a7f34d5 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,4 +1,4 @@ - 684 Fabian Schuh + 685 Fabian Schuh 154 Fabian Schuh 76 Fabian Schuh 24 pyup-bot diff --git a/Makefile b/Makefile index 41bfe20a..679f7a3a 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,8 @@ docs: sphinx-apidoc -d 6 -e -f -o docs . *.py tests make -C docs clean html -release: clean check dist git - authors: git shortlog -e -s -n > AUTHORS + +prerelease: test docs authors +release: clean check dist git