Skip to content

Instantly share code, notes, and snippets.

@jackyef
Last active October 20, 2019 09:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jackyef/5cf0397181f7328f693b1d075d9497ad to your computer and use it in GitHub Desktop.
Save jackyef/5cf0397181f7328f693b1d075d9497ad to your computer and use it in GitHub Desktop.
const latestTag = child.execSync('git describe --long').toString('utf-8').split('-')[0];
const output = child
.execSync(`git log ${latestTag}..HEAD --format=%B%H----DELIMITER----`)
.toString("utf-8");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment