|
1 | 1 | { |
2 | 2 | "categories": [ |
3 | 3 | { |
4 | | - "title": "\n\n<br>\n\n#### 🚀 Features", |
5 | | - "labels": [ "kind/feature", "feature", "feat" ] |
| 4 | + "title": "\n\n<br>\n\n#### 🪛 Continuous integration", |
| 5 | + "labels": [ "kind/ci", "ci" ] |
6 | 6 | }, |
7 | 7 | { |
8 | | - "title": "\n\n<br>\n\nn#### ✨ Optimizations", |
9 | | - "labels": [ "kind/perf", "optimization", "perf", "optimize" ] |
| 8 | + "title": "\n\n<br>\n\n#### 🚀 Features", |
| 9 | + "labels": [ "kind/feature", "feature", "feat" ] |
10 | 10 | }, |
11 | 11 | { |
12 | 12 | "title": "\n\n<br>\n\n#### 🐛 Bugfixes", |
|
17 | 17 | "labels": [ "kind/chore", "change", "chore" ] |
18 | 18 | }, |
19 | 19 | { |
20 | | - "title": "\n\n<br>\n\n#### ✏️ Docs", |
21 | | - "labels": [ "kind/docs", "doc", "docs", "wiki" ] |
22 | | - }, |
23 | | - { |
24 | | - "title": "\n\n<br>\n\n#### 🧪 Tests", |
25 | | - "labels": [ "kind/test", "test" ] |
26 | | - }, |
27 | | - { |
28 | | - "title": "\n\n<br>\n\n#### 📦 Build & Dependencies", |
29 | | - "labels": [ "kind/build", "build", "dependency", "package" ] |
| 20 | + "title": "\n\n<br>\n\nn#### ✨ Optimizations", |
| 21 | + "labels": [ "kind/perf", "optimization", "perf", "optimize" ] |
30 | 22 | }, |
31 | 23 | { |
32 | 24 | "title": "\n\n<br>\n\n#### 🚨 Security ", |
|
47 | 39 | { |
48 | 40 | "title": "\n\n<br>\n\n#### ⛔ Removed", |
49 | 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" ] |
50 | 54 | } |
51 | 55 | ], |
52 | 56 | "sort": "ASC", |
|
65 | 69 | ], |
66 | 70 | "label_extractor": [ |
67 | 71 | { |
68 | | - "pattern": "^(build|ci|change|chore|doc|docs|wiki||remove|deprecate|security|dependency|package|feat|feature|fix|bug|perf|optimize|optimization|refactor|revert|style|test):(.*)", |
| 72 | + "pattern": "^(build|ci|change|chore|doc|docs|wiki|remove|deprecate|security|dependency|dep|package|feat|feature|fix|bug|perf|optimize|optimization|refactor|revert|style|test|tests|vault):(.*)", |
69 | 73 | "target": "$1" |
70 | 74 | }, |
71 | 75 | { |
72 | | - "pattern": "^(build|ci|change|chore|doc|docs|wiki||remove|deprecate|security|dependency|package|feat|feature|fix|bug|perf|optimize|optimization|refactor|revert|style|test){1}(\\([\\w\\-\\.]+\\))?(!)?:(.*)", |
| 76 | + "pattern": "^(build|ci|change|chore|doc|docs|wiki|remove|deprecate|security|dependency|dep|package|feat|feature|fix|bug|perf|optimize|optimization|refactor|revert|style|test|tests|vault){1}(\\([\\w\\-\\.]+\\))?(!)?:(.*)", |
73 | 77 | "target": "$1" |
74 | 78 | } |
75 | 79 | ], |
|
0 commit comments