Skip to content

Commit

Permalink
add snapshot to build (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
gertd authored May 24, 2024
1 parent fe90052 commit c1f9254
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ checksum:

snapshot:
# https://goreleaser.com/customization/snapshots/
name_template: "{{ .Tag }}"

name_template: "{{ incpatch .Version }}-{{ .ShortCommit }}{{ if .IsGitDirty }}-dirty{{ end }}"
source:
# https://goreleaser.com/customization/source/
enabled: false
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ The default location for the configuration file is `~/.config/ds-load/cfg/config
```yaml
---
host: directory.prod.aserto.com:8443
api-key: secretapikey
api-key: "secretapikey"
tenant-id: your-tenant-id
auth0:
domain: "domain.auth0.com"
Expand Down

0 comments on commit c1f9254

Please sign in to comment.