New release coming in hot! new: create macOS app bundles. Initially they are only usable with dmgs, more uses might be added in the future. (only on pro) Example: # .goreleaser.yml app_bundles: - bundle: com.goreleaser.goreleaser icon: www/docs/static/goreleaser.icns if: '{{eq .Arch "all"}}' dmg: - name: goreleaser use: appbundle DMG with GoReleaser Pro's App Bundle new: nfpms and dmgs get an if field, which allows to further filter artifacts. (only on pro) new: dmgs get an templated_extra_fi...