You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package can parse a git history and a NEWS.md Markdown file, using the former to update the latter.
The git history is accessed with the gert package. Each message is considered: is it a merge commit? does it use the bullet syntax? does it use conventional commits? If the answer is yes to one of these three questions it is deemed newsworthy and parsed according to its type.
The NEWS.md file is parsed thanks to Pandoc: from Markdown to HTML and then from HTML to a nested list.
or drop it
The text was updated successfully, but these errors were encountered: