You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 13, 2025. It is now read-only.
It looks like gitsem will skip any existing tags in a repo and start at the lowest possible tag. For example if 1.0.2 exists as the only tag, it will create 0.0.1 when running gitsem patch.
Is this intended behavior? It seems it should always try and increment the highest possible semantic version when bumping.
It looks like gitsem will skip any existing tags in a repo and start at the lowest possible tag. For example if
1.0.2exists as the only tag, it will create0.0.1when runninggitsem patch.Is this intended behavior? It seems it should always try and increment the highest possible semantic version when bumping.