BreadMoirai / github-release-gradle-plugin

A Gradle Plugin to send Releases to Github
Apache License 2.0
108 stars 26 forks source link

Add a dry run option #31

Closed stewartbryson closed 4 years ago

stewartbryson commented 4 years ago

It would be good if we could run a dry run without actually releasing. For instance, I’m currently having issues with my file filter not matching files, and the only way I can test is by actually creating a release. I would like to do a dry run where the plugin tells me which files it would add to the release.

BreadMoirai commented 4 years ago

Added in 2.2.11 as a property. Let me know if that works fine for you. See here