How to use conventional-commits-filter - 2 common examples

To help you get started, we’ve selected a few conventional-commits-filter 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 northbrookjs / northbrook / src / plugin / release / check-release.js View on Github external
.pipe(concat(function (data) {
        const commits = commitsFilter(data)
        if (!commits || !commits.length) {
          reject(null)
        } else {
          resolve(commits)
        }
      }))
  })
github northbrookjs / northbrook / src / plugin / release / check-release.js View on Github external
.pipe(concat(function (data) {
        const commits = commitsFilter(data)
        if (!commits || !commits.length) {
          reject(null)
        } else {
          resolve(commits)
        }
      }))
  })

conventional-commits-filter

Filter out reverted commits parsed by conventional-commits-parser.

ISC
Latest version published 3 months ago

Package Health Score

89 / 100
Full package analysis

Popular conventional-commits-filter functions