{ "categories": [ { "title": "\n\n
\n\n#### ๐Ÿช› Continuous integration", "labels": [ "kind/ci", "ci" ] }, { "title": "\n\n
\n\n#### ๐Ÿš€ Features", "labels": [ "kind/feature", "feature", "feat" ] }, { "title": "\n\n
\n\n#### ๐Ÿ› Bugfixes", "labels": [ "kind/bug", "fix", "bug" ] }, { "title": "\n\n
\n\n#### ๐Ÿ”ง Changes", "labels": [ "kind/chore", "change", "chore" ] }, { "title": "\n\n
\n\nn#### โœจ Optimizations", "labels": [ "kind/perf", "optimization", "perf", "optimize" ] }, { "title": "\n\n
\n\n#### ๐Ÿšจ Security ", "labels": [ "kind/security", "security" ] }, { "title": "\n\n
\n\n#### ๐Ÿงน Housekeeping", "labels": [ "kind/refactor", "refactor", "style" ] }, { "title": "\n\n
\n\n#### ๐Ÿ’ Miscellaneous", "labels": [ "kind/misc", "misc" ] }, { "title": "\n\n
\n\n#### โ›” Deprecated", "labels": [ "kind/deprecate", "deprecate" ] }, { "title": "\n\n
\n\n#### โ›” Removed", "labels": [ "kind/remove", "remove" ] }, { "title": "\n\n
\n\n#### ๐Ÿ“ฆ Build & Dependencies", "labels": [ "kind/build", "build", "dependency", "dep", "package" ] }, { "title": "\n\n
\n\n#### โœ๏ธ Docs", "labels": [ "kind/docs", "doc", "docs", "wiki" ] }, { "title": "\n\n
\n\n#### ๐Ÿงช Tests & Demo Vault", "labels": [ "kind/test", "test", "tests", "vault" ] } ], "sort": "ASC", "pr_template": "- ${{TITLE_ONLY}} : #{{MERGE_SHA}} @#{{AUTHOR}}", "empty_template": "- No major changes to address in this release", "custom_placeholders": [ { "name": "TITLE_ONLY", "source": "TITLE", "transformer": { "method": "regexr", "pattern": "(\\w+(\\(.+\\))?: ?)?(.+)", "target": "$2 $3" } } ], "label_extractor": [ { "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):(.*)", "target": "$1", "on_property": "title" }, { "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\\-\\.]+\\))?(!)?:(.*)", "target": "$1", "on_property": "title" } ], "duplicate_filter": { "pattern": "github.*", "on_property": "author", "method": "match" }, "max_tags_to_fetch": 200, "max_pull_requests": 200, "max_back_track_time_days": 365, "exclude_merge_branches": [], "tag_resolver": { "method": "semver" }, "base_branches": [] }