zachdaniel / git_ops

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

Filter non-semver tags earlier #32

Open asummers opened 4 years ago

asummers commented 4 years ago

See changes in #30

The semver tags get filtered in 3-4 places currently and can be filtered on ingress. This requires perhaps opening the GitOps.Version.parse code up but I think it would clean up the control flow and reduce the possibility of errors on tags that have out of band formats.