Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a bug in the GitHub release source #512

Merged
merged 3 commits into from
Nov 21, 2024

Commits on Nov 21, 2024

  1. Standardise release source logging

    All release sources now define their own logger by default, but allow
    tests to pass in a custom logger for cleaner output.
    davewalter committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    13b712e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e813e01 View commit details
    Browse the repository at this point in the history
  3. Fix a bug in the GitHub release source

    GetGithubReleaseWithTag will now return ErrNotFound if the repository
    owner from the GitHubRepository value in the Kilnfile release entry does
    not match the configured Org.
    davewalter committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    53732bc View commit details
    Browse the repository at this point in the history