Skip to content

Instantly share code, notes, and snippets.

@ludder
Created February 13, 2015 14:50
Show Gist options
  • Save ludder/480837ea53dfab13f10b to your computer and use it in GitHub Desktop.
Save ludder/480837ea53dfab13f10b to your computer and use it in GitHub Desktop.
Update package.json version number on git commit
#!/bin/sh
#
npm version patch
git add package.json
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment