• Robert Knight's avatar
    Add scripts for releasing a new version (#26) · 01ef50f2
    Robert Knight authored
    Add a set of `npm version` scripts which can be used to tag and publish
    a new release of the client with:
    
      npm version major|minor|patch
      npm publish
    
    Where most releases will use `npm version minor`.
    01ef50f2
update-changelog.js 771 Bytes