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
Is your feature request related to a problem? Please describe.
Separating develop and master is not so useful for our project. Also, the default Maven release cycle assumes a single branch only. Releasing requires going to the master branch and then
Describe the solution you'd like
Get rid of the develop branch and use master for development. Releases go to Maven central anyway. While we're at it, we can move away from legacy master to main.
Describe alternatives you've considered
Leave things as they are.
Is your feature request related to a problem? Please describe.
Separating
develop
andmaster
is not so useful for our project. Also, the default Maven release cycle assumes a single branch only. Releasing requires going to themaster
branch and thenDescribe the solution you'd like
Get rid of the
develop
branch and usemaster
for development. Releases go to Maven central anyway. While we're at it, we can move away from legacymaster
tomain
.Describe alternatives you've considered
Leave things as they are.
Additional context
N/A
CC @visze @pnrobinson
The text was updated successfully, but these errors were encountered: