otakup0pe / avakas

Tooling to assist with Semantic Version Manipulation and Representation
http://ohno.computer/post/144362045508/a-codified-opinion-on-semantic-versioning
MIT License
2 stars 5 forks source link

ability to clean up non-release tags #76

Open otakup0pe opened 3 years ago

otakup0pe commented 3 years ago

For projects which generate immutable artifacts on each commit, even in pull requests, we can end up with a lot of git tags. Should add ability for avakas to prune tags with this in mind. First cut should be removing any versioned tag which incorporates a prerelease and is prior to a given mainline release.