shibapm / Komondor

Git Hooks for Swift projects 🐩
MIT License
552 stars 32 forks source link

Hide development packages #58

Open djbe opened 2 years ago

djbe commented 2 years ago

The latest release 1.1.4 exposes all the development packages in the Package.swift file. You'd think SPM is smart enough to exclude these, but it isn't.

It's creating issues for certain packages that use Komondor (see https://github.com/SwiftGen/StencilSwiftKit/pull/162#pullrequestreview-1059269645), because of dependency conflicts further down (see https://github.com/krzysztofzablocki/Sourcery/issues/1023#issuecomment-1180284670).

The issue was caused by this unhide commit. Normally release commits of Komondor hide these packages again, see for example the release commit for 1.1.3.