From e35557a824f74691ca7bc42ec411a809c500e867 Mon Sep 17 00:00:00 2001 From: mlsmaycon Date: Fri, 20 May 2022 23:13:04 +0200 Subject: [PATCH] Skip publishing changelog --- .goreleaser_ui_darwin.yaml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/.goreleaser_ui_darwin.yaml b/.goreleaser_ui_darwin.yaml index e4bc55ccc..9cfb679d2 100644 --- a/.goreleaser_ui_darwin.yaml +++ b/.goreleaser_ui_darwin.yaml @@ -23,16 +23,5 @@ archives: - builds: - netbird-ui-darwin - - id: netbird-app - builds: - - netbird-ui-darwin - format: zip - name_template: "{{ .ProjectName }}_app_{{ .Version }}_{{ .Os }}_{{ .Arch }}" - wrap_in_directory: true - files: - - src: client/ui/Info.plist - strip_parent: true - dst: ./ - - src: client/ui/Netbird.icns - dst: ./ - strip_parent: true +changelog: + skip: true \ No newline at end of file