From a6f58a62ee653a8114825d7fc57a8bec72ca8743 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Wed, 19 Apr 2017 23:26:39 -0400 Subject: [PATCH] Add help text line for the test_release target. Signed-off-by: Roberto Rosario --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 2d59c8bf65..4376a85624 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +23,7 @@ help: @echo "sdist - Build the source distribution package." @echo "wheel - Build the wheel distribution package." @echo "release - Package (sdist and wheel) and upload a release." + @echo "test_release - Package (sdist and wheel) and upload to the PyPI test server." @echo "runserver - Run the development server." @echo "runserver_plus - Run the Django extension's development server."