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
This code works well for me in every case I've tested it, except for when trying to bump final an input of the type 1.2.3-rc.1. The resource appears to bump correctly to 1.2.3 when I look at the next steps of the job, but it does NOT print the exptected
bumped locally from 1.2.3-rc.1 to 1.2.3
Which makes it look like the input version was NOT bumped.
It's possible that this compare function isn't doing the right thing. But both the tests and the code seem pretty convincing to me at first glance.
This code works well for me in every case I've tested it, except for when trying to
bump final
an input of the type1.2.3-rc.1
. The resource appears to bump correctly to1.2.3
when I look at the next steps of the job, but it does NOT print the exptectedWhich makes it look like the input version was NOT bumped.
It's possible that this compare function isn't doing the right thing. But both the tests and the code seem pretty convincing to me at first glance.
cc: @adobley
The text was updated successfully, but these errors were encountered: