-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
From @scpeters:
In previous release cycles, we would merge forward from release branches to main and then bump the major version of libraries that would have significant changes in the next release. I think it should be easy enough to merge forward from Jetty branches to main since there shouldn't be major conflicts, but we should think about our version bumping strategy.
Bumping versions is much easier now since we've removed version numbers from package names. The only significant place where we still have lots of version numbers is in our packaging metadata (debian release repositories / package names, homebrew formula names). So here are some options for version bumping:
- Versions are cheap, just bump everything
- Bump things whenever we make a breaking change
Metadata
Metadata
Assignees
Labels
No labels