plink_2
v2.4.5
Published
1. Checkout the `development` branch and make sure all work is committed.
Readme
Deploy Instructions
Checkout the
developmentbranch and make sure all work is committed.edit the file
builds/beta/build.beta.jsonby incrementing the version number by one (e.g. v2.4.1 -> v2.4.2) in the propertiescdnandassetson lines 17 and 18.in the terminal cd to this repo's directory. (e.g.
cd /users/chris/dinahmoe/plink_2)run
npm version patchto increment the version number and automatically add a git tagrun
grunt deployto deploy all code to the CDN and remote serverrun
git checkout masterto switch to the master branchrun
git pull origin masterto pull any updates from remote master (there should be none)run
git merge developmentto merge your changes into the master branchrun
git push origin masterto push your changes to bit bucketrun
git push --tagsto push the tags to bitbucket
