Rethink "release main package" task #6913
Labels
package:dev
resolution:duplicate
This issue is a duplicate of another issue and was merged into it.
type:feature
This issue reports a feature request (an idea for a new functionality or a missing option).
Milestone
In #6898 we worked on releasing dependencies. Now we also need to think how the task to release the main package should work. What are the rules for bumping up the main package's version?
I think that the semantics we want to implement is that if any of the sub packages had a major release, the main package should have it too. If minor, then minor and if only patch versions were released, then the main package should be bumped by a patch too.
The text was updated successfully, but these errors were encountered: