/app-versioning

Helps you to automate your app versioning through the `.env` file.

Primary LanguageShell

App Versioning Script

This script helps you to automate your app versioning through the .env file.

Usage

  1. Add this variable to your .env file
MAJOR_VERSION=
MINOR_VERSION=
PATCH_VERSION=
PRE_RELEASE=
  1. Copy the pre-build.sh file to your project folder.
  2. Run it.
  3. And congratulations, now your app version has been updated!