We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Partial
pkg/config
We use the types in https://pkg.go.dev/github.com/goreleaser/[email protected]/pkg/config to help auto-generate our .goreleaser.yaml. I noticed today that config does not expose a Partial section, despite partial.by being configurable at the root of a .goreleaser.yaml.
.goreleaser.yaml
config
partial.by
Add a Partial section to config.
Making my own struct, which is what I'll do for now.
Related to open-telemetry/opentelemetry-collector-releases#429
The text was updated successfully, but these errors were encountered:
interesting, yeah, I'll have to make the goreleaser pro's config public.
It'll probably live in github.com/goreleaser/goreleaser-pro/pkg/config
Will work on this sometime this week/weekend.
Thanks for the feedback :D
Sorry, something went wrong.
You can now:
go get github.com/goreleaser/goreleaser-pro/pkg/config@main
Once we release 1.25, the config will also be tagged there.
Let me know if that works for you 🙏
closing as done
caarlos0
No branches or pull requests
Is your feature request related to a problem? Please describe.
We use the types in https://pkg.go.dev/github.com/goreleaser/[email protected]/pkg/config to help auto-generate our
.goreleaser.yaml
. I noticed today thatconfig
does not expose aPartial
section, despitepartial.by
being configurable at the root of a.goreleaser.yaml
.Describe the solution you'd like
Add a
Partial
section toconfig
.Describe alternatives you've considered
Making my own struct, which is what I'll do for now.
Search
Supporter
Code of Conduct
Additional context
Related to open-telemetry/opentelemetry-collector-releases#429
The text was updated successfully, but these errors were encountered: