|
1 | 1 | { |
2 | 2 | "categories": [ |
3 | 3 | { |
4 | | - "title": "## Executors\n\n<details><summary>Changelog</summary>", |
| 4 | + "title": "## Executors\n\n", |
5 | 5 | "labels": ["executor", "local", "slurm", "dgxcloud", "lepton", "skypilot", "docker"], |
6 | 6 | "exclude_labels": ["ignore"] |
7 | 7 | }, |
8 | 8 | { |
9 | | - "title": "</details>\n\n## Ray Integration\n\n<details><summary>Changelog</summary>", |
| 9 | + "title": "\n## Ray Integration\n\n", |
10 | 10 | "labels": ["ray", "kuberay", "ray-slurm"], |
11 | 11 | "exclude_labels": ["ignore"] |
12 | 12 | }, |
13 | 13 | { |
14 | | - "title": "</details>\n\n## CLI & Configuration\n\n<details><summary>Changelog</summary>", |
| 14 | + "title": "\n## CLI & Configuration\n\n", |
15 | 15 | "labels": ["cli", "config", "parsing"], |
16 | 16 | "exclude_labels": ["ignore"] |
17 | 17 | }, |
18 | 18 | { |
19 | | - "title": "</details>\n\n## Experiment & Job Management\n\n<details><summary>Changelog</summary>", |
| 19 | + "title": "\n## Experiment & Job Management\n\n", |
20 | 20 | "labels": ["experiment", "job", "task"], |
21 | 21 | "exclude_labels": ["ignore"] |
22 | 22 | }, |
23 | 23 | { |
24 | | - "title": "</details>\n\n## Packaging & Deployment\n\n<details><summary>Changelog</summary>", |
| 24 | + "title": "\n## Packaging & Deployment\n\n", |
25 | 25 | "labels": ["packaging", "deployment"], |
26 | 26 | "exclude_labels": ["ignore"] |
27 | 27 | }, |
28 | 28 | { |
29 | | - "title": "</details>\n\n## Documentation\n\n<details><summary>Changelog</summary>", |
| 29 | + "title": "\n## Documentation\n\n", |
30 | 30 | "labels": ["docs", "documentation"], |
31 | 31 | "exclude_labels": ["ignore"] |
32 | 32 | }, |
33 | 33 | { |
34 | | - "title": "</details>\n\n## CI/CD\n\n<details><summary>Changelog</summary>", |
| 34 | + "title": "\n## CI/CD\n\n", |
35 | 35 | "labels": ["ci", "github-actions", "workflow"], |
36 | 36 | "exclude_labels": ["ignore"] |
37 | 37 | }, |
38 | 38 | { |
39 | | - "title": "</details>\n\n## Bug Fixes\n\n<details><summary>Changelog</summary>", |
| 39 | + "title": "\n## Bug Fixes\n\n", |
40 | 40 | "labels": ["bug", "bugfix", "fix"], |
41 | 41 | "exclude_labels": ["ignore"] |
42 | 42 | } |
|
46 | 46 | "skip-changelog" |
47 | 47 | ], |
48 | 48 | "sort": "ASC", |
49 | | - "template": "\n${{CHANGELOG}}</details>\n\n## Others\n\n<details><summary>Changelog</summary>\n\n${{UNCATEGORIZED}}\n</details>\n", |
| 49 | + "template": "\n${{CHANGELOG}}\n## Others\n\n${{UNCATEGORIZED}}\n", |
50 | 50 | "pr_template": "- ${{TITLE}} [#${{NUMBER}}](${{URL}})", |
51 | 51 | "empty_template": "- No changes in this release", |
52 | 52 | "label_extractor": [ |
|
0 commit comments