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.94
Browse files Browse the repository at this point in the history
  • Loading branch information
noaabarki committed Apr 20, 2021
1 parent a6a13c5 commit 9019bbe
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# This is an example .goreleaser.yml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
project_name: datree-cli
release:
release:
prerelease: auto
before:
hooks:
# you may remove this if you don't need go generate
- go generate ./...

builds:
- env:
- CGO_ENABLED=0
Expand All @@ -26,20 +27,21 @@ builds:
main: ./main.go
flags:
- -tags={{.Env.DATREE_DEPLOYMENT}}
hooks:
post: gon gon.hcl
archives:
- replacements:
darwin: Darwin
linux: Linux
amd64: x86_64
format: zip
checksum:
name_template: 'checksums.txt'
name_template: "checksums.txt"
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'

- "^docs:"
- "^test:"
15 changes: 15 additions & 0 deletions gon.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
source = ["./dist/datree-macos_darwin_amd64/datree"]
bundle_id = "io.datree"

apple_id {
username = "@env:AC_USERNAME"
password = "@env:AC_PASSWORD"
}

sign {
application_identity = "Developer ID Application: Datree Group Inc"
}

zip {
output_path = "./dist/datree-macos.zip"
}

0 comments on commit 9019bbe

Please sign in to comment.