• Sean Hammond's avatar
    Git push to hardcoded https URL and master branch · f444c13f
    Sean Hammond authored
    Change the `git push` command that the `npm version minor` command runs
    when doing a client release to:
    
    1. Hardcode the https URL of the client repo, instead of assuming the
       user's `origin` is set to it
    
    2. Push only the user's master branch to the remote master branch
       (instead of potentially pushing other local branches as well)
    f444c13f
postversion.sh 228 Bytes