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

Laxer parsing of release description #30

Closed
Glandos opened this issue Jan 25, 2023 · 2 comments
Closed

Laxer parsing of release description #30

Glandos opened this issue Jan 25, 2023 · 2 comments

Comments

@Glandos
Copy link
Contributor

Glandos commented Jan 25, 2023

Currently, the following entry fails to parse:

## [Unreleased]
This is a brand new releases with:
- Configuration is now done within the Web client, for authorized users.
### Added
- New configuration screen

It seems that the description can only be a <p> tag as parsed. Could it be anything before the first matching change type?

@oscarotero
Copy link
Owner

Mmm, ok. For now only paragraphs are allowed (https://github.com/oscarotero/keep-a-changelog/blob/master/src/parser.ts#L68). I'll change that.
Thanks!

@oscarotero
Copy link
Owner

Done and released in https://github.com/oscarotero/keep-a-changelog/releases/tag/v2.2.1

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