GitOps.Changelog (Git Ops v2.7.0)

View Source

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

Summary

Functions

initialize(path, opts \\ [])

@spec initialize(String.t(), Keyword.t()) :: :ok

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

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