|
| 1 | +{ |
| 2 | + "categories": [ |
| 3 | + { |
| 4 | + "title": "\n\n<br>\n\n#### 🪛 Continuous integration", |
| 5 | + "labels": [ "kind/ci", "ci" ] |
| 6 | + }, |
| 7 | + { |
| 8 | + "title": "\n\n<br>\n\n#### 🚀 Features", |
| 9 | + "labels": [ "kind/feature", "feature", "feat" ] |
| 10 | + }, |
| 11 | + { |
| 12 | + "title": "\n\n<br>\n\n#### 🐛 Bugfixes", |
| 13 | + "labels": [ "kind/bug", "fix", "bug" ] |
| 14 | + }, |
| 15 | + { |
| 16 | + "title": "\n\n<br>\n\n#### 🔧 Changes", |
| 17 | + "labels": [ "kind/chore", "change", "chore" ] |
| 18 | + }, |
| 19 | + { |
| 20 | + "title": "\n\n<br>\n\nn#### ✨ Optimizations", |
| 21 | + "labels": [ "kind/perf", "optimization", "perf", "optimize" ] |
| 22 | + }, |
| 23 | + { |
| 24 | + "title": "\n\n<br>\n\n#### 🚨 Security ", |
| 25 | + "labels": [ "kind/security", "security" ] |
| 26 | + }, |
| 27 | + { |
| 28 | + "title": "\n\n<br>\n\n#### 🧹 Housekeeping", |
| 29 | + "labels": [ "kind/refactor", "refactor", "style" ] |
| 30 | + }, |
| 31 | + { |
| 32 | + "title": "\n\n<br>\n\n#### 🐒 Miscellaneous", |
| 33 | + "labels": [ "kind/misc", "misc" ] |
| 34 | + }, |
| 35 | + { |
| 36 | + "title": "\n\n<br>\n\n#### ⛔ Deprecated", |
| 37 | + "labels": [ "kind/deprecate", "deprecate" ] |
| 38 | + }, |
| 39 | + { |
| 40 | + "title": "\n\n<br>\n\n#### ⛔ Removed", |
| 41 | + "labels": [ "kind/remove", "remove" ] |
| 42 | + }, |
| 43 | + { |
| 44 | + "title": "\n\n<br>\n\n#### 📦 Build & Dependencies", |
| 45 | + "labels": [ "kind/build", "build", "dependency", "dep", "package" ] |
| 46 | + }, |
| 47 | + { |
| 48 | + "title": "\n\n<br>\n\n#### ✏️ Docs", |
| 49 | + "labels": [ "kind/docs", "doc", "docs", "wiki" ] |
| 50 | + }, |
| 51 | + { |
| 52 | + "title": "\n\n<br>\n\n#### 🧪 Tests & Demo Vault", |
| 53 | + "labels": [ "kind/test", "test", "tests", "vault" ] |
| 54 | + } |
| 55 | + ], |
| 56 | + "sort": "ASC", |
| 57 | + "pr_template": "- ${{TITLE_ONLY}} : #{{MERGE_SHA}} @#{{AUTHOR}}", |
| 58 | + "empty_template": "- No major changes to address in this release", |
| 59 | + "custom_placeholders": [ |
| 60 | + { |
| 61 | + "name": "TITLE_ONLY", |
| 62 | + "source": "TITLE", |
| 63 | + "transformer": { |
| 64 | + "method": "regexr", |
| 65 | + "pattern": "(\\w+(\\(.+\\))?: ?)?(.+)", |
| 66 | + "target": "$2 $3" |
| 67 | + } |
| 68 | + } |
| 69 | + ], |
| 70 | + "label_extractor": [ |
| 71 | + { |
| 72 | + "pattern": "^(build|ci|change|chore|doc|docs|wiki|remove|deprecate|security|dependency|dep|package|feat|feature|fix|bug|perf|optimize|optimization|refactor|style|test|tests|vault):(.*)", |
| 73 | + "target": "$1", |
| 74 | + "on_property": "title" |
| 75 | + }, |
| 76 | + { |
| 77 | + "pattern": "^(build|ci|change|chore|doc|docs|wiki|remove|deprecate|security|dependency|dep|package|feat|feature|fix|bug|perf|optimize|optimization|refactor|style|test|tests|vault){1}(\\([\\w\\-\\.]+\\))?(!)?:(.*)", |
| 78 | + "target": "$1", |
| 79 | + "on_property": "title" |
| 80 | + } |
| 81 | + ], |
| 82 | + "duplicate_filter": { |
| 83 | + "pattern": "github.*", |
| 84 | + "on_property": "author", |
| 85 | + "method": "match" |
| 86 | + }, |
| 87 | + "max_tags_to_fetch": 200, |
| 88 | + "max_pull_requests": 200, |
| 89 | + "max_back_track_time_days": 365, |
| 90 | + "exclude_merge_branches": [], |
| 91 | + "tag_resolver": { |
| 92 | + "method": "semver" |
| 93 | + }, |
| 94 | + "base_branches": [] |
| 95 | +} |
0 commit comments