How to use the conventional-changelog/lib/git.parseRawCommit function in conventional-changelog

To help you get started, we’ve selected a few conventional-changelog examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github cerebral / cerebral / sr-prerelease.js View on Github external
commits.map(function (commit) {
    return parseRawCommit(commit.hash + '\n' + commit.message)
  }).filter(function (commit) {
    return !!commit

conventional-changelog

Generate a changelog from git metadata

ISC
Latest version published 8 months ago

Package Health Score

91 / 100
Full package analysis