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

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

Link to this section Summary

Link to this section 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()