github-release-plugin
github-release-plugin copied to clipboard
How to use it
Thanks for your project, you have mentioned how to configure it , but it seems that you haven't mention how to use it ?
@qzi mvn github-release:release
Probably needs to be on the README. Otherwise I expected it to hook mvn deploy.
Great plugin by the way 👍
Can this plugin be run instead of mvn release:perform? Right now it releases the current snapshot version.
@kerner1000 i moved the execution of the release plugin from deploy to install.
Now i can run mvn release:perform. The release plugin runs the install phase for the actual release. In this way i create an automated release on github 😉 the only problem: always you run manually mvn install you will create also an release 😁