Hi,
When I pass increment as calendar.minor.rc to a previous month version without the modifier, the modifier gets set to -1. I'm not sure if maybe I'm trying something unusual here. I would expect that the following command gives me 2023.3.0-rc.0.
Hi @agarat thanks for pointing out these issues, i have updated the package and fixed these. Could you share if you are satisfied or not with the most recent update?
Hi, When I pass
increment
ascalendar.minor.rc
to a previous month version without the modifier, the modifier gets set to-1
. I'm not sure if maybe I'm trying something unusual here. I would expect that the following command gives me2023.3.0-rc.0
.If I try setting
increment
ascalendar.rc
, it keeps theminor
:Is there a way that I can bump from a version without modifier (with date from a previous month), and get
minor=0
andrc=0
?Thanks!