Add missing release_type

This commit is contained in:
kasenvr 2020-06-27 20:39:19 -04:00 committed by GitHub
parent 69b407f001
commit 6a159fd34f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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