From 760c2e3ac7dc4f5cb2683493ee86b92f58aeff2b Mon Sep 17 00:00:00 2001 From: Dima Brusilovsky Date: Sun, 23 May 2021 14:00:14 +0300 Subject: [PATCH] release 0.1.309 --- .goreleaser.yml | 2 ++ gon.hcl | 10 ++++++++++ 2 files changed, 12 insertions(+) create mode 100644 gon.hcl diff --git a/.goreleaser.yml b/.goreleaser.yml index 36ed9aa8bc..ccbdadf07c 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -30,6 +30,8 @@ builds: - -tags={{.Env.DATREE_DEPLOYMENT}} ldflags: - -X github.com/datreeio/datree/cmd.CliVersion={{.Env.DATREE_BUILD_VERSION}} + hooks: + post: gon gon.hcl archives: - replacements: darwin: Darwin diff --git a/gon.hcl b/gon.hcl new file mode 100644 index 0000000000..a62654d5cb --- /dev/null +++ b/gon.hcl @@ -0,0 +1,10 @@ +source = ["./dist/datree-macos_darwin_amd64/datree"] +bundle_id = "io.datree" + +sign { + application_identity = "Developer ID Application: Datree Group Inc" +} + +zip { + output_path = "./dist/datree-macos.zip" +}