UNPKG

@ryunen344/danger-plugin-jacoco

Version:
57 lines (56 loc) 1.29 kB
{ "$schema": "https://raw.githubusercontent.com/stainless-api/release-please/main/schemas/config.json", "packages": { ".": { "release-type": "node", "include-v-in-tag": false, "include-component-in-tag": false, "bump-minor-pre-major": true, "bump-patch-for-minor-pre-major": true, "changelog-sections": [ { "type": "feat", "section": "Features" }, { "type": "fix", "section": "Bug Fixes" }, { "type": "deps", "section": "Dependency Updates" }, { "type": "github-actions", "section": "Dependency Updates" }, { "type": "yarn", "section": "Dependency Updates" }, { "type": "revert", "section": "Reverts" }, { "type": "chore", "section": "Chores" }, { "type": "docs", "section": "Documentation" }, { "type": "refactor", "section": "Refactors" }, { "type": "test", "section": "Tests" } ] } }, "versioning": "prerelease", "pull-request-title-pattern": "release: ${version}" }