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
I'm facing an unexpected behavior in draft pre-release version resolution. I didn't find an anwser in the README so I'm asking it here.
The latest release of my project is 3.3.1, I've added some features to the develop branch and release-drafter prepared the pre-release draft version 3.3.2-rc.0, that's just fine and I've published this pre-release.
Then, I've pushed a breaking feature. I was expecting release-drafter to resolve a new pre-release draf like this 4.0.0-rc.0 but it resolves 3.3.2-rc.1
I had to delete both pre-release 3.3.2-rc0 and pre-release draft 3.3.2-rc.1 then restart manually release-drafter to have the 4.0.0-rc.0 as pre-release draft created by release-drafter.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello release-drafter Team.
First of all, thank you for your job!
I'm facing an unexpected behavior in draft pre-release version resolution. I didn't find an anwser in the README so I'm asking it here.
The latest release of my project is 3.3.1, I've added some features to the develop branch and release-drafter prepared the pre-release draft version 3.3.2-rc.0, that's just fine and I've published this pre-release.
Then, I've pushed a breaking feature. I was expecting release-drafter to resolve a new pre-release draf like this 4.0.0-rc.0 but it resolves 3.3.2-rc.1
I had to delete both pre-release 3.3.2-rc0 and pre-release draft 3.3.2-rc.1 then restart manually release-drafter to have the 4.0.0-rc.0 as pre-release draft created by release-drafter.
Lables are correctly set on the pull requests.
Is it the expected behavior ?
I'm using release-drafter v6.
Here is the configuration I'm using:
BR,
Beta Was this translation helpful? Give feedback.
All reactions