Skip to content

v0.5.0

Compare
Choose a tag to compare
@djspiewak djspiewak released this 16 Mar 05:38
· 10 commits to master since this release
v0.5.0
  • Removed githubActor setting. It was kind of pointless, since the GitHub API doesn't actually verify username, only token. The username _ is now used for all API operations.
  • Added fallbacks for scmInfo and homepage when githubRepository and githubOwner are left unspecified.
  • Exposed TokenSource resolution via the GitHubPackagesPlugin.resolveTokenSource function. Before this, the only way to get access to this functionality was to call inferredGitHubCredentials, cast to DirectCredentials, and then invoke passwd on the result, which was unpleasant to say the least.