-
What happened?Just upgraded to goreleaser v2.6.1-pro and wanted to use the new app_bundles feature but got an error saying
I'll drop my attempt at using app_bundles but I have tried removing more and more fields and templates from app_bundles to see if I could pinpoint the issue but to no avail. Having any of the subfields of app_bundle filled will cause this error. I also tried looking at the schema-pro.json to see if I could find my issue as well, which also lead to nothing.
Closest thing I could find in the issues was here How can we reproduce this?
goreleaser version____ ____ _ ____
/ ___| ___ | _ \ ___| | ___ __ _ ___ ___ _ __ | _ \ _ __ ___
| | _ / _ \| |_) / _ \ |/ _ \/ _` / __|/ _ \ '__| | |_) | '__/ _ \
| |_| | (_) | _ < __/ | __/ (_| \__ \ __/ | | __/| | | (_) |
\____|\___/|_| \_\___|_|\___|\__,_|___/\___|_| |_| |_| \___/
goreleaser-pro: Release engineering, simplified.
https://goreleaser.com/pro
GitVersion: 2.6.1-pro
GitCommit: 6b3f8c7d383031ee7cdd4d8129bf5459c923ae8b
GitTreeState: clean
BuildDate: 2025-01-22T11:12:23Z
BuiltBy: goreleaser
GoVersion: go1.23.5
Compiler: gc
ModuleSum: unknown
Platform: linux/amd64 GoReleaser Check
Search
SupporterCode of Conduct
Additional contextApologies for checking "goreleaser check shows no errors" because that's a lie, but nothing I could do would remove the error. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hey!
app_bundles:
- # <----- make it a list
id: PROJECT-app-bundles
# etc ... |
Beta Was this translation helpful? Give feedback.
-
Holy I knew I was missing something dumb! Apologies for wasting your time I should have caught that. You can delete this issue since it's not a bug. |
Beta Was this translation helpful? Give feedback.
-
no worries! |
Beta Was this translation helpful? Give feedback.
Hey!
app_bundles
is a list, so you need to do something like this instead: