jutzig / github-release-plugin

uses the github release api to upload files
69 stars 24 forks source link

How to use it #26

Open qzi opened 7 years ago

qzi commented 7 years ago

Thanks for your project, you have mentioned how to configure it , but it seems that you haven't mention how to use it ?

mike-seagull commented 7 years ago

@qzi mvn github-release:release

norswap commented 7 years ago

Probably needs to be on the README. Otherwise I expected it to hook mvn deploy.

Great plugin by the way 👍

kerner1000 commented 7 years ago

Can this plugin be run instead of mvn release:perform? Right now it releases the current snapshot version.

hobbypunk90 commented 6 years ago

@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 😁