Skip to content

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

Notifications You must be signed in to change notification settings

9lan/app-versioning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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!

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages