Git Ops v0.3.3 GitOps.Changelog View Source

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) View Source
initialize(String.t()) :: :ok
Link to this function write(path, commits, last_version, current_version) View Source
write(String.t(), [GitOps.Commit.t()], String.t(), String.t()) :: :ok