-
Notifications
You must be signed in to change notification settings - Fork 42
Deployment
Eugene Krevenets edited this page Jul 20, 2018
·
8 revisions
- usually, you would like to update the version of the app before deploying it. We have dedicated script which could run as:
# just for a small patch (1.1.1 => 1.1.2)
./bin/bump-version
# for minor update
./bin/bump-version minor (1.1.1 => 1.2.0)
# and major update
./bin/bump-version major (1.1.1 => 2.0.0)