Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Strip rc suffix from version number properly
Previously the digit of the rc as well as the dash would remain E.g.: `-rc2` -> `-2` This resulted in it being subtracted from the patch version digit E.g.: `v1.7.0-rc1` turns into `1,7,0-1`. This commit strips the whole `-rcX` part of the version number in CI Closes #265
- Loading branch information