From 6a159fd34f3d8636a93de641ac25982b912dea1c Mon Sep 17 00:00:00 2001 From: kasenvr <52365539+kasenvr@users.noreply.github.com> Date: Sat, 27 Jun 2020 20:39:19 -0400 Subject: [PATCH] Add missing release_type --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index e17e52a76f..c8d4785d08 100644 --- a/BUILD.md +++ b/BUILD.md @@ -78,7 +78,7 @@ Where /path/to/directory is the path to a directory where you wish the build fil BUILD_NUMBER // The type of release. - RELEASE_TYPE=PRODUCTION|PR + RELEASE_TYPE=PRODUCTION|PR|DEV // TODO: What do these do? PRODUCTION_BUILD=0|1