InCuca/loopback-jest

View on GitHub
.release-it.json

Summary

Maintainability
Test Coverage
{
  "pkgFiles": [
    "package.json"
  ],
  "src": {
    "tagName": "v%s",
    "tagAnnotation": "Release v%s",
    "commitMessage": "Release v%s"
  },
  "github": {
    "release": true,
    "releaseName": "Release v%s"
  },
  "buildCommand": "npm run build && npx conventional-changelog -p angular -i CHANGELOG.md -s",
  "increment": "conventional:angular",
  "beforeChangelogCommand": "npx conventional-changelog -p angular -i CHANGELOG.md -s",
  "changelogCommand": "npx conventional-changelog -p angular -u | tail -n +3",
  "safeBump": false
}