Skip to content

Instantly share code, notes, and snippets.

@qodunpob
Created August 2, 2018 06:06
Show Gist options
  • Save qodunpob/8bc8ba3402d2104e75ee43a9e1dbb1e9 to your computer and use it in GitHub Desktop.
Save qodunpob/8bc8ba3402d2104e75ee43a9e1dbb1e9 to your computer and use it in GitHub Desktop.
/* Shortened hash of the last commit in source code repository.
Used for forming of the unstable version tag */
const shortSHA = spawnSync(
'git',
['rev-parse', '--short', 'HEAD'],
getSpawnOptions(rootDir, 'pipe')
).stdout.toString().trim();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment