Realleasy (Realleasy v0.3.1) View Source

Finds all commits between rc_branch and base_branch, prompts for a new version and extracts Changelog information from each commit's PR description.

Link to this section Summary

Functions

Inserts a new release in the CHANGELOG.md file with a log of changes. Optionally commits and pushed to a remote origin.

Link to this section Functions

Link to this function

prepare_changelog(rc_branch \\ nil, base_branch \\ nil, opts \\ [])

View Source

Specs

prepare_changelog(String.t(), String.t() | nil, Keyword.t()) ::
  :ok | {:error, any()}

Inserts a new release in the CHANGELOG.md file with a log of changes. Optionally commits and pushed to a remote origin.