shipkit / shipkit-changelog

Minimalistic Gradle plugin that generates changelog based on commit history and GitHub pull requests/issues
Apache License 2.0
68 stars 10 forks source link

Refactor scan publishing settings #68

Closed shestee closed 3 years ago

shestee commented 3 years ago

Resolves #56 Removed unnecessary '--scan' argument from ci.yml workflow file. Now control of scan publishing is moved to settings.gradle file and scan is set to be published only if build is run in CI. This change uses Gradle's Enterprise 'publishAlways()' which depends here on getting "CI" env var from CI and makes configuration simpler to set.