Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
release 0.1.350-internal
Browse files Browse the repository at this point in the history
  • Loading branch information
myishay committed Jun 2, 2021
1 parent 68f8142 commit 149477e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions gon.hcl
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 149477e

Please sign in to comment.