Release preparation tool

Made a little commandline tool for preparation of of releases. I figured I’d share it here, maybe someone finds it useful :smiley:. Feedback is welome.

thanks for sharing.
One question: is it not easier to use scm tags and just use mvn:prepare/release commands?
/m

That’s a valid option as well I guess, but that would probably need additional configuration per project, am I right? I never really used that, maybe you could explain? :blush:

Maven release plugin automatically tags/releases/deploys your artifacts once configured correctly. It also suggest next build number etc.

https://maven.apache.org/components/maven-release/maven-release-plugin/usage.html

We use it for all our github/internal release management…see for example: