Skip to content

Conversation

@matt-goldman
Copy link
Owner

Summary

Fixes #45

🧷 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 15, 2025 23:42
@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 15, 2025
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 refactors folder retrieval logic in the SiteGenerator class to eliminate code duplication and improve maintainability. The changes extract repeated folder filtering logic into a centralized method.

Key Changes:

  • Extracted duplicated folder filtering logic into a new GetAllFolders method
  • Added additional folder exclusions (wwwroot, node_modules) to the filtering criteria
  • Made the logger parameter non-nullable in MapTemplates method

@matt-goldman matt-goldman added bug Something isn't working release Triggers a release of a production version of Nuget packages Blake.CLI and removed preview Triggers a release of preview version of Nuget packages enhancement New feature or request labels Aug 16, 2025
@matt-goldman matt-goldman merged commit cba7a83 into main Aug 16, 2025
2 checks passed
@matt-goldman matt-goldman deleted the fix-duplicate-content-index-entries branch August 16, 2025 00:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Blake.BuildTools Blake.CLI bug Something isn't working release Triggers a release of a production version of Nuget packages

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🐛 Pages get added to GeneratedContentIndex twice

2 participants