jutzig / github-release-plugin

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

Should fix #22, #23 and #24 #25

Closed duergner closed 7 years ago

duergner commented 7 years ago

This will add configuration properties for specifying the commitish to use as well as enable to mark a release as draft. You can add command line properties for both like -Dgithub.commitish=release/1.0.0 and -Dgithub.draft=true.

Furthermore it will add .RC, .M and .BUILD-SNAPSHOT as prefixes that are considered pre release

jutzig commented 7 years ago

Thanks for the pull request. I will create a new release