View Source GitOps.Changelog (Git Ops v2.6.3)

Functions for writing commits to the changelog, and initializing it.

Summary

Functions

Link to this function

initialize(path, opts \\ [])

View Source
@spec initialize(String.t(), Keyword.t()) :: :ok
Link to this function

write(path, commits, last_version, current_version, opts \\ [])

View Source
@spec write(String.t(), [GitOps.Commit.t()], String.t(), String.t(), Keyword.t()) ::
  String.t()