Is it good practice to release from a feature branch and what are advantages and disadvantages?
07:03 02 Dec 2016

What are the consequences for software development if we do release a Java EE project from a feature branch?

We are using Git. Is it a better practice to merge back to the developer / release branch and then build a release from there?

git maven branch release best-fit