Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix version replacement for alpha to stable bump (#311)
Version replacement would fail when replacing an alpha version for its next stable version, because Git `v:refname` tag sorting puts qualified versions (e.g. `1.0-alpha01`) after non-qualified ones (`1.0`). Tested manually with [dispatch](https://github.com/gabrielfeo/develocity-api-kotlin/actions/runs/10814010943/job/29999397756), which resulted in #314.
- Loading branch information