1
mirror of https://github.com/R2Northstar/Northstar synced 2025-09-23 06:10:50 +02:00

Compare commits

..

1 Commits

Author SHA1 Message Date
GeckoEidechse
d8ad8f12f8 Strip rc suffix from version number properly (#268)
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
2022-05-13 02:12:53 +02:00

Diff Content Not Available