$ cd/packagingDeployment.sh package MyScratchOrg
$ git checkout Package
$ git merge Develop
$ git push
$ git tag -a UAT-v0.1.0.9 -m "This is the latest UAT version"
$ git push --tags
$ git tag -a Prod-v0.1.0.9 -m "This is the latest Production version"
$ git push --tags