-
Notifications
You must be signed in to change notification settings - Fork 121
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
ci: update goreleaser configs #1007
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we'll wait for the stable 2.6 version to replace gon
.
As for the app_bundle
changes, I don't think we need it because of our unique use case and workaround of Apple's constrains.
In our case Tart is actually a CLI and not an App, but in order to have embedded.provisionprofile
working we have an *.app
like structure of the archive so macOS will respect it. This is why we have this customization in brew section.
This PR also fixes #1003. |
fwiw v2.6 is out :) |
see goreleaser/goreleaser#5460
PS: this is not released yet, nightly builds from tonight should have it though.
Also, there's probably files you can delete now, didn't want to mess too much with it because I'm not familiar with the project.
Finally, I have only tested this in
--snapshot
mode, so be sure to double check if I didn't break anything :)