Changix v0.3.0 Changix.Parser View Source

Parses a single changelog file to build an Changix.Entry.

Link to this section Summary

Functions

Parses a markdown entry with YAML front matter header.

Link to this section Functions

Link to this function

parse_entry(raw_entry, path)

View Source

Parses a markdown entry with YAML front matter header.

Returns {:ok, %Changix.Entry{}} or {:error, reason}.