Is it good practice to release from a feature branch and what are advantages and disadvantages?
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?