Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save WolfieZero/17f16d67a8c9afa3ff973d6a872fc7e0 to your computer and use it in GitHub Desktop.
Save WolfieZero/17f16d67a8c9afa3ff973d6a872fc7e0 to your computer and use it in GitHub Desktop.
NPM Version using git branch
branch=`git rev-parse --abbrev-ref HEAD`; prerelease="npm version prerelease --preid ${branch//[\/]/-}"; eval $prerelease;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment