cloudflare/cloudflare-typescript
Publicmirrored from https://github.com/cloudflare/cloudflare-typescriptAvailable
release-please-config.json
67lines · modecode
| 1 | { |
| 2 | "packages": { |
| 3 | ".": {} |
| 4 | }, |
| 5 | "$schema": "https://raw.githubusercontent.com/stainless-api/release-please/main/schemas/config.json", |
| 6 | "include-v-in-tag": true, |
| 7 | "include-component-in-tag": false, |
| 8 | "versioning": "prerelease", |
| 9 | "prerelease": true, |
| 10 | "bump-minor-pre-major": true, |
| 11 | "bump-patch-for-minor-pre-major": false, |
| 12 | "pull-request-header": "Automated Release PR", |
| 13 | "pull-request-title-pattern": "release: ${version}", |
| 14 | "changelog-sections": [ |
| 15 | { |
| 16 | "type": "feat", |
| 17 | "section": "Features" |
| 18 | }, |
| 19 | { |
| 20 | "type": "fix", |
| 21 | "section": "Bug Fixes" |
| 22 | }, |
| 23 | { |
| 24 | "type": "perf", |
| 25 | "section": "Performance Improvements" |
| 26 | }, |
| 27 | { |
| 28 | "type": "revert", |
| 29 | "section": "Reverts" |
| 30 | }, |
| 31 | { |
| 32 | "type": "chore", |
| 33 | "section": "Chores" |
| 34 | }, |
| 35 | { |
| 36 | "type": "docs", |
| 37 | "section": "Documentation" |
| 38 | }, |
| 39 | { |
| 40 | "type": "style", |
| 41 | "section": "Styles" |
| 42 | }, |
| 43 | { |
| 44 | "type": "refactor", |
| 45 | "section": "Refactors" |
| 46 | }, |
| 47 | { |
| 48 | "type": "test", |
| 49 | "section": "Tests", |
| 50 | "hidden": true |
| 51 | }, |
| 52 | { |
| 53 | "type": "build", |
| 54 | "section": "Build System" |
| 55 | }, |
| 56 | { |
| 57 | "type": "ci", |
| 58 | "section": "Continuous Integration", |
| 59 | "hidden": true |
| 60 | } |
| 61 | ], |
| 62 | "release-type": "node", |
| 63 | "extra-files": [ |
| 64 | "src/version.ts", |
| 65 | "README.md" |
| 66 | ] |
| 67 | } |
| 68 | |