Skip to content

Inconsistent Line Separation in Generated Changelog #48

Description

@hfudev

Checklist

  • Checked the issue tracker for similar issues to ensure this is not a duplicate
  • Read the documentation to confirm the issue is not addressed there and your configuration is set correctly
  • Tested with the latest version to ensure the issue hasn't been fixed

How often does this bug occurs?

always

Expected behavior

I would like the formatting to remain consistent. Preferably, the horizontal line separator (---) should be omitted entirely, since the ## headers already provide clear separation between versions.

Actual behavior (suspected bug)

When generating the changelog using cz changelog, there are horizontal line separators (---) between different versions:

## Unreleased

### 📖 Documentation

- **gitlab artifact**: download without s3 access *(Fu Hanxi - ea39918)*
- update readme. add key features *(Fu Hanxi - 9442434)*
- reorganize cli guide. add global cli commands and options *(Fu Hanxi - 33de0a6)*
- more related links *(Fu Hanxi - 428a70a)*

---

## v0.2.0 (2025-07-08)

### 🐛 Bug Fixes

However, after running cz bump, the horizontal line separator is removed:

## v0.2.1 (2025-07-09)

### 📖 Documentation

- **gitlab artifact**: download without s3 access *(Fu Hanxi - ea39918)*
- update readme. add key features *(Fu Hanxi - 9442434)*
- reorganize cli guide. add global cli commands and options *(Fu Hanxi - 33de0a6)*
- more related links *(Fu Hanxi - 428a70a)*


## v0.2.0 (2025-07-08)

### 🐛 Bug Fixes

This results in inconsistent formatting between changelog generations and bumps.

Error logs or terminal output

Steps to reproduce the behavior

see above

Project release version

latest

System architecture

Intel/AMD 64-bit (modern PC, older Mac)

Operating system

Linux

Operating system version

btw I use arch

Shell

Fish

Additional context

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type: BugBug in cz-plugin-espressif

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions