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

Resolve Publishing Option Inheritance Issue in Winds Subprojects #61

Merged
merged 1 commit into from
Mar 1, 2024

Conversation

teogor
Copy link
Owner

@teogor teogor commented Mar 1, 2024

Resolve Publishing Option Inheritance Issue in Winds Subprojects

This pull request addresses a bug that prevented PublishingOptions configured within the winds extension block from being correctly propagated to child subprojects. This resulted in child projects not inheriting the intended publishing settings.

Changes:

  • Improved Inheritance: Modifies the implementation to ensure that PublishingOptions are correctly inherited by child subprojects within the winds extension block.
  • Enhanced Consistency: Guarantees consistent publishing behavior across all projects using the Winds plugin.

Benefits:

  • Streamlined Configuration: Eliminates the need to manually duplicate publishing options in each subproject.
  • Simplified Maintenance: Centralizes publishing configuration within the parent project for better maintainability.

Closes #60

@teogor teogor added this to the 1.0.0-beta04 milestone Mar 1, 2024
@teogor teogor self-assigned this Mar 1, 2024
@teogor teogor merged commit 32ef221 into main Mar 1, 2024
5 checks passed
@zeobot zeobot bot deleted the bug-fix/publishing-inheritance branch March 1, 2024 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

[Bug]: PublishingOptions Not Propagating to Child Subprojects
1 participant