Skip to content

Commit c227f8b

Browse files
committed
changelog generations with no collapsible sections
Signed-off-by: Pablo Garay <pagaray@nvidia.com>
1 parent feff95e commit c227f8b

File tree

2 files changed

+9
-45
lines changed

2 files changed

+9
-45
lines changed

.github/workflows/config/changelog-config.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
{
22
"categories": [
33
{
4-
"title": "## Executors\n\n<details><summary>Changelog</summary>",
4+
"title": "## Executors\n\n",
55
"labels": ["executor", "local", "slurm", "dgxcloud", "lepton", "skypilot", "docker"],
66
"exclude_labels": ["ignore"]
77
},
88
{
9-
"title": "</details>\n\n## Ray Integration\n\n<details><summary>Changelog</summary>",
9+
"title": "\n## Ray Integration\n\n",
1010
"labels": ["ray", "kuberay", "ray-slurm"],
1111
"exclude_labels": ["ignore"]
1212
},
1313
{
14-
"title": "</details>\n\n## CLI & Configuration\n\n<details><summary>Changelog</summary>",
14+
"title": "\n## CLI & Configuration\n\n",
1515
"labels": ["cli", "config", "parsing"],
1616
"exclude_labels": ["ignore"]
1717
},
1818
{
19-
"title": "</details>\n\n## Experiment & Job Management\n\n<details><summary>Changelog</summary>",
19+
"title": "\n## Experiment & Job Management\n\n",
2020
"labels": ["experiment", "job", "task"],
2121
"exclude_labels": ["ignore"]
2222
},
2323
{
24-
"title": "</details>\n\n## Packaging & Deployment\n\n<details><summary>Changelog</summary>",
24+
"title": "\n## Packaging & Deployment\n\n",
2525
"labels": ["packaging", "deployment"],
2626
"exclude_labels": ["ignore"]
2727
},
2828
{
29-
"title": "</details>\n\n## Documentation\n\n<details><summary>Changelog</summary>",
29+
"title": "\n## Documentation\n\n",
3030
"labels": ["docs", "documentation"],
3131
"exclude_labels": ["ignore"]
3232
},
3333
{
34-
"title": "</details>\n\n## CI/CD\n\n<details><summary>Changelog</summary>",
34+
"title": "\n## CI/CD\n\n",
3535
"labels": ["ci", "github-actions", "workflow"],
3636
"exclude_labels": ["ignore"]
3737
},
3838
{
39-
"title": "</details>\n\n## Bug Fixes\n\n<details><summary>Changelog</summary>",
39+
"title": "\n## Bug Fixes\n\n",
4040
"labels": ["bug", "bugfix", "fix"],
4141
"exclude_labels": ["ignore"]
4242
}
@@ -46,7 +46,7 @@
4646
"skip-changelog"
4747
],
4848
"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",
5050
"pr_template": "- ${{TITLE}} [#${{NUMBER}}](${{URL}})",
5151
"empty_template": "- No changes in this release",
5252
"label_extractor": [

CHANGELOG.md

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
## Executors
99

10-
<details><summary>Changelog</summary>
11-
1210
- Added Pre-Launch Commands Support to LeptonExecutor [#312](https://github.com/NVIDIA-NeMo/Run/pull/312)
1311
- Remove breaking torchrun config for single-node runs [#292](https://github.com/NVIDIA-NeMo/Run/pull/292)
1412
- Upgrade skypilot to v0.10.0, introduce network_tier [#297](https://github.com/NVIDIA-NeMo/Run/pull/297)
@@ -17,83 +15,49 @@
1715
- Fix skypilot archive mount bug [#288](https://github.com/NVIDIA-NeMo/Run/pull/288)
1816
- finetune on dgxcloud with nemo-run and deploy on bedrock example [#286](https://github.com/NVIDIA-NeMo/Run/pull/286)
1917

20-
</details>
21-
2218
## Ray Integration
2319

24-
<details><summary>Changelog</summary>
25-
2620
- Add nsys patch in ray sub template [#318](https://github.com/NVIDIA-NeMo/Run/pull/318)
2721
- Add logs dir to container mount for ray slurm [#287](https://github.com/NVIDIA-NeMo/Run/pull/287)
2822
- Allow customizing folder for SlurmRayRequest [#281](https://github.com/NVIDIA-NeMo/Run/pull/281)
2923

30-
</details>
31-
3224
## CLI & Configuration
3325

34-
<details><summary>Changelog</summary>
35-
36-
</details>
37-
3826
## Experiment & Job Management
3927

40-
<details><summary>Changelog</summary>
41-
4228
- Use thread pool for status, run methods inside experiment + other fixes [#295](https://github.com/NVIDIA-NeMo/Run/pull/295)
4329

44-
</details>
45-
4630
## Packaging & Deployment
4731

48-
<details><summary>Changelog</summary>
49-
5032
- Correctly append tar files for packaging [#317](https://github.com/NVIDIA-NeMo/Run/pull/317)
5133

52-
</details>
53-
5434
## Documentation
5535

56-
<details><summary>Changelog</summary>
57-
5836
- Create CHANGELOG.md [#314](https://github.com/NVIDIA-NeMo/Run/pull/314)
5937
- docs: Fixing doc build issue [#290](https://github.com/NVIDIA-NeMo/Run/pull/290)
6038
- fix docs tutorial links and add intro to guides/index.md [#285](https://github.com/NVIDIA-NeMo/Run/pull/285)
6139
- README [#277](https://github.com/NVIDIA-NeMo/Run/pull/277)
6240

63-
</details>
64-
6541
## CI/CD
6642

67-
<details><summary>Changelog</summary>
68-
6943
- changelog workflow [#315](https://github.com/NVIDIA-NeMo/Run/pull/315)
7044
- Update release.yml [#306](https://github.com/NVIDIA-NeMo/Run/pull/306)
7145
- ci(fix): Use GITHUB_TOKEN for community bot [#302](https://github.com/NVIDIA-NeMo/Run/pull/302)
7246
- ci: Add community-bot [#300](https://github.com/NVIDIA-NeMo/Run/pull/300)
7347

74-
</details>
75-
7648
## Bug Fixes
7749

78-
<details><summary>Changelog</summary>
79-
8050
- [Bugfix] Adding a check for name length [#273](https://github.com/NVIDIA-NeMo/Run/pull/273)
8151
- misc fixes [#280](https://github.com/NVIDIA-NeMo/Run/pull/280)
8252
- adding fix for lowercase and name length k8s requirements [#274](https://github.com/NVIDIA-NeMo/Run/pull/274)
8353

84-
</details>
85-
8654
## Others
8755

88-
<details><summary>Changelog</summary>
89-
9056
- Specify nodes for gpu metrics collection and split data to each rank [#320](https://github.com/NVIDIA-NeMo/Run/pull/320)
9157
- Apply '_enable_goodbye_message' check to both goodbye messages. [#319](https://github.com/NVIDIA-NeMo/Run/pull/319)
9258
- Update refs [#278](https://github.com/NVIDIA-NeMo/Run/pull/278)
9359
- chore: Bump to version 0.6.0rc0.dev0 [#272](https://github.com/NVIDIA-NeMo/Run/pull/272)
9460

95-
</details>
96-
9761
## NVIDIA Nemo Run 0.5.0
9862

9963

0 commit comments

Comments
 (0)