shipkit / shipkit-auto-version

Gradle plugin that helps automating releases by automatically deducing the next Semver version
Apache License 2.0
42 stars 10 forks source link

Update workflow configuration #63

Closed shestee closed 3 years ago

shestee commented 3 years ago
  1. Removing '--scan' argument from ci.yml workflow file and moving the control of scan publishing to settings.gradle makes configuration simpler to set.
  2. Recently new 'githubToken' property was added to Shipkit Changelog plugin. This property is used to authenticate in Github Api, both to fetch and write, instead of 'readOnlyToken' and 'writeToken'. We should replace deprecated properties with the new one.