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
It would be good to eliminate the need to have manual releases and instead move to a release model where releases are automatically created based upon commits that have been merged. This would be done by enforcing semantic commits which would allow an automated release job to determine how to increment the release version number. This then eliminates the need for a distinct develop branch that is separate from master. This has the benefit of not needing manual intervention to run a release and means teams can implement changes they might need when they want.