Skip to content

Conversation

@matt-goldman
Copy link
Owner

Summary

Fixes error introduced by #16


🧷 This PR will be released as a preview by default.

To trigger a stable release:

  • Remove the preview label
  • Add the release label
  • Optionally add Semver-Minor or Semver-Major to control version bump

🏷️ Add labels to control release notes:

  • enhancement, bug, breaking-change, dependencies
  • Or use ignore-for-release to suppress it from notes

Copilot AI review requested due to automatic review settings August 3, 2025 01:05
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes a missing logger parameter in the SiteGenerator.BuildAsync method when calling PluginLoader.LoadPlugins. The change ensures the logger is properly passed through to enable logging functionality in the plugin loading process.

  • Adds the missing logger parameter to the PluginLoader.LoadPlugins method call

@github-actions github-actions bot added preview Triggers a release of preview version of Nuget packages enhancement New feature or request Blake.BuildTools labels Aug 3, 2025
@matt-goldman matt-goldman added release Triggers a release of a production version of Nuget packages and removed preview Triggers a release of preview version of Nuget packages labels Aug 3, 2025
@matt-goldman matt-goldman merged commit fcd021e into main Aug 3, 2025
1 check passed
@matt-goldman matt-goldman deleted the fix-missing-logger branch August 3, 2025 02:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Blake.BuildTools enhancement New feature or request release Triggers a release of a production version of Nuget packages

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants