From 1129d47e1d517a1d41b46a3847f6eaaa9fff3cf4 Mon Sep 17 00:00:00 2001 From: Gregor Martynus Date: Mon, 12 Mar 2018 10:20:25 -0700 Subject: [PATCH] docs(configuration): environment variable `DEBUG` must be set to `semantic-release:*`, not `semantic-release` --- docs/usage/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/configuration.md b/docs/usage/configuration.md index c03f72b8..72d826a7 100644 --- a/docs/usage/configuration.md +++ b/docs/usage/configuration.md @@ -105,7 +105,7 @@ Default: `false` CLI argument: `--debug` -Output debugging information. It can also be enabled by set the `DEBUG` environment variable to `semantic-release`. +Output debugging information. It can also be enabled by set the `DEBUG` environment variable to `semantic-release:*`. ### verifyConditions