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

changelog-parser doesn't parse my changelog correctly #53

Open
farz4n3hhl opened this issue May 27, 2024 · 1 comment
Open

changelog-parser doesn't parse my changelog correctly #53

farz4n3hhl opened this issue May 27, 2024 · 1 comment

Comments

@farz4n3hhl
Copy link

My change is like this:

## [2.3.4]
### bugfix
- something 1
  - desc 1
  - desc 2
- something 2
  - desc 1
  - desc 2

But It is parsed like this:

## [2.3.4]
### bugfix
- something 1
- something 2

As you can see, it ignores subtitles and removes them!

@jgravois
Copy link

this library only attempts to parse the lines/entities described in https://keepachangelog.com and its own readme. the subtitles you mention being ignored could be considered 'by design'.

you could fork this code for your own use case but my own personal opinion is that you'd be better off attempting to describe individual changes in your own code using a single line of text.

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

No branches or pull requests

2 participants