EndemolShineGroup/cz-github

View on GitHub
.releaserc

Summary

Maintainability
Test Coverage
{
  "verifyConditions": [
    {
      "path": "@semantic-release/changelog",
      "changelogFile": "CHANGELOG.md"
    },
    "@semantic-release/npm",
    "@semantic-release/git"
  ],
  "prepare": [
    {
      "path": "@semantic-release/changelog",
      "changelogFile": "CHANGELOG.md"
    },
    "@semantic-release/npm",
    "@semantic-release/git"
  ]
}