Realleasy.CLI (Realleasy v0.3.1) View Source
synopsis:
Finds all commits between rc_branch
and base_branch
, prompts for a new version
and extracts Changelog information from each commit's PR description.
usage:
$ realleasy changelog {options}
$ realleasy changelog {options} rc_branch
$ realleasy changelog {options} rc_branch into base_branch
options:
--commit Commit the Changelog file.
--push Commit (see --commit) and pushed the changes.
--stash Stash all changes in the current branch and restores them once the program is done.
--changelog=<file> Write to a custom changelog file