Bump base version to 3.4#198
Conversation
joroKr21
left a comment
There was a problem hiding this comment.
How can we bump the base version before it's released? 🤔
|
You literally just bump it, exactly like I did in this PR :) For example, in the Cats Effect PR that introduced the polling system, we bumped the base version to 3.6. But we have not yet released Cats Effect v3.6.0. |
The moment I realise if a minor version bump is needed is when GitHub generates the release notes for me 😝 |
|
Well, it depends what versioning strategy you are following. Under the "strict best practice" basically anything that is not a bug fix / optimization warrants a bump of the minor version. |
Dunno, it sounds very confusing. I guess the name doesn't really speak to me. When I see |
In this case it was Scala 3.2 -> 3.3 bump |
Best practice is to bump the base version in the PR that makes the changes that require the bump in the next release :)
Unfortunately we cannot enforce this automatically since we are lacking a good way to check forward-binary-compatibility.