-
-
Notifications
You must be signed in to change notification settings - Fork 624
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
Add artifactBundle to release process #1150
Comments
Sourcery-2.0.1.artifactbundle.zip |
+1 |
@anytypeio not sure if this helps you too |
I uploaded an EDIT: Had to make one small fix to the |
It would be nice to have a artifactBundle zip be vended as part of the release. For me this would be specifically for usage in swift package manager. It could then be pulled down directly as a binary target and used directly from plugins without pulling in packages or dependencies.
It would be nice to have this option available for dependency collisions as well.
Technically I'm not entirely sure what this means. I am able to do this with SwiftLint by doing this:
Attempting to do the same with the 2.0.1 release results in an error about unknown extension of docset, which seems like it is just not picking up the right thing. Inspecting the SwiftLint zip it appears to have a single folder of the release name followed with the bin folder and binary
The text was updated successfully, but these errors were encountered: