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

Commit 833224f

Browse files
committed
release 0.1.156
1 parent 3bd83ee commit 833224f

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.goreleaser.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ builds:
3030
- -tags={{.Env.DATREE_DEPLOYMENT}}
3131
ldflags:
3232
- -X github.com/datreeio/datree/cmd.CliVersion={{.Env.DATREE_BUILD_VERSION}}
33+
hooks:
34+
post: gon gon.hcl
3335
archives:
3436
- replacements:
3537
darwin: Darwin

gon.hcl

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
source = ["./dist/datree-macos_darwin_amd64/datree"]
2+
bundle_id = "io.datree"
3+
4+
sign {
5+
application_identity = "Developer ID Application: Datree Group Inc"
6+
}
7+
8+
zip {
9+
output_path = "./dist/datree-macos.zip"
10+
}

0 commit comments

Comments
 (0)