jutzig / github-release-plugin

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

Overwrite asset option #3

Closed emmanuelmathot closed 10 years ago

emmanuelmathot commented 10 years ago

This change to specify the parameter “overwriteArtifact” in order to allow the plugin to delete the existing asset in the release. Useful especially in SNAPSHOT version to always have the latest build in the preRelease.

jutzig commented 10 years ago

Great. Thanks for addition!