Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong markdown header level for date in generated CHANGELOG #665

Closed
RaschidJFR opened this issue Sep 21, 2020 · 4 comments
Closed

Wrong markdown header level for date in generated CHANGELOG #665

RaschidJFR opened this issue Sep 21, 2020 · 4 comments
Labels

Comments

@RaschidJFR
Copy link

Describe the bug
Date header should have an <h2> level instead of <h3> (removing one #in markdown). This is quiet trivial but it helps going through the changelog in a markdown/html visualizer that allows collapsing sections.

Current behavior
Date header is generated with as h3:

### 0.0.1 (2020-09-21)

Expected behavior
Should be generated as h2:

## 0.0.1 (2020-09-21)

Environment

  • standard-version version(s): 9.0.0
@RaschidJFR RaschidJFR added the bug label Sep 21, 2020
@NateScarlet
Copy link

Duplicate of #317

@landwire
Copy link

Is this fixed yet?

@damlys
Copy link

damlys commented Oct 12, 2021

Looks like it was fixed in 9.2.0 and broken again in 9.3.1. Look at project's changelog 😛

https://github.com/conventional-changelog/standard-version/blob/ca5ab8fb3bad6695e8571752cfdf46e243cea69e/CHANGELOG.md

@RaschidJFR
Copy link
Author

I'm closing this as a dup of #317 , there seems to be far more activity on that other thread.

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

No branches or pull requests

4 participants