Last active
May 23, 2021 15:54
-
-
Save Pasi-D/95ab0e0c25c4a4945eefe5c43d82afbd to your computer and use it in GitHub Desktop.
Basic .env file for configuring semantic versioning in react native
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Application versioning semantic values | |
MAJOR_VERSION=1 | |
MINOR_VERSION=0 | |
PATCH_VERSION=0 | |
# For Release Flavors (Ex: alpha, beta). Empty the assigned value for a stable release. | |
PRE_RELEASE=ALPHA0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment