- Notifications
You must be signed in to change notification settings - Fork359
-
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, |
BetaWas this translation helpful?Give feedback.