Skip to content

Instantly share code, notes, and snippets.

@Pasi-D
Last active May 23, 2021 15:54
Show Gist options
  • Save Pasi-D/95ab0e0c25c4a4945eefe5c43d82afbd to your computer and use it in GitHub Desktop.
Save Pasi-D/95ab0e0c25c4a4945eefe5c43d82afbd to your computer and use it in GitHub Desktop.
Basic .env file for configuring semantic versioning in react native
# 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