Expublish.Changelog (expublish v2.5.5) View Source
Functions to manipulate CHANGELOG.md and RELEASE.md.
Link to this section Summary
Functions
Removes RELEASE.md.
Validate changelog setup. Returns :ok or error message.
Generate new changelog entry from RELEASE.md contents.
Link to this section Functions
Specs
remove_release_file!(Version.t(), Expublish.Options.t()) :: Version.t()
Removes RELEASE.md.
Specs
validate(Expublish.Options.t()) :: :ok | String.t()
Validate changelog setup. Returns :ok or error message.
Specs
write_entry!(Version.t(), DateTime.t(), Expublish.Options.t()) :: Version.t()
Generate new changelog entry from RELEASE.md contents.