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

git flavour prerelease bumps do not take into account other branches #96

Open tyler-jachetta opened 2 years ago

tyler-jachetta commented 2 years ago

When working in a multi-branch workflow, git-native flavor very easily gets into a situation with conflicting pre-release versions/tags. I have failing tests to exercise this already here: https://github.com/otakup0pe/avakas/tree/tjachetta/consider_other_branches_for_prerelease

tyler-jachetta commented 2 years ago

tbh I was working on a fix before I even thought to post an issue, grabbing this one m'self