Skip to content

Commit 4d93be1

Browse files
hummatclaude
andcommitted
fix(release): Fix changelog formatting and add Docker feature
- Fix cliff.toml template to preserve blank lines between versions - Add missing Docker build feature to changelog (non-conventional commit) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent a0e0046 commit 4d93be1

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,28 +15,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
- *(ci)* Add contents:read permission to sync-labels workflow
1717

18+
1819
### Documentation
1920

2021
- *(agent)* Add Labels section to workflow.md
22+
- Update dev workflow to use Makefile targets
2123
- Add Docker link in Quick Start section
2224
- Update VRAM requirements to 12GB target, 6GB minimum
2325
- Move GitHub Pages content to gh-pages branch
2426
- Simplify manual install, add web optimization tips, bump to v0.3.0
2527
- Add git-cliff config and release workflow documentation
2628

29+
2730
### Miscellaneous
2831

2932
- Add Makefile and release script
3033
- Add GitHub labels and sync workflow
3134
- Add markdownlint config to suppress HTML warnings
35+
3236
## [0.3.0] - 2026-01-21
3337

3438
### Documentation
3539

3640
- Require reading workflow.md before any changes
3741
- Add workflow.md and update AGENTS.md
3842

43+
3944
### Refactor
4045

4146
- Rename '-dev' configs to '-short'
47+
4248
<!-- generated by git-cliff -->

cliff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ body = """
4747
{%- if not commit.scope -%}
4848
{{ self::print_commit(commit=commit) }}
4949
{% endif -%}
50-
{% endfor -%}
50+
{% endfor %}
5151
{% endfor %}
5252
"""
5353
footer = """

0 commit comments

Comments
 (0)