zachdaniel / git_ops

A tool for version and changelog management in Elixir via conventional commits.
MIT License
134 stars 24 forks source link

--initial flag behavior #31

Open asummers opened 4 years ago

asummers commented 4 years ago

Due to the way --initial works currently, it forces a script writer to check for the existence of CHANGELOG.md or similar to know to call with this flag or not. This flag, or a similar flag, would be more flexible in scripts if it created if not exists but otherwise allowed the behavior to continue as though it already existed.