-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy path.goreleaser.windows.yml
More file actions
50 lines (49 loc) · 1.65 KB
/
.goreleaser.windows.yml
File metadata and controls
50 lines (49 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
version: 2
git:
tag_sort: "-version:creatordate"
prerelease_suffix: "-"
builds:
- main: "./cmd/zed"
env:
- "CGO_ENABLED=0"
goos:
- "windows"
goarch:
- "amd64"
mod_timestamp: "{{ .CommitTimestamp }}"
ldflags:
- "-s -w"
- "-X github.com/jzelinskie/cobrautil/v2.Version=v{{ .Version }}"
archives:
- files:
- "README.md"
- "LICENSE"
format_overrides:
- goos: "windows"
formats: ["zip"]
chocolateys:
- name: "zed"
package_source_url: "https://github.com/authzed/zed/releases"
owners: "AuthZed, Inc"
title: "Zed"
project_url: "https://github.com/authzed/zed"
url_template: "https://github.com/authzed/zed/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
icon_url: "https://cdn.jsdelivr.net/gh/authzed/docs@refs/heads/main/public/images/favicon.svg"
copyright: "2025 AuthZed Inc."
authors: "Zed Contributors"
license_url: "https://github.com/authzed/zed/blob/main/LICENSE"
project_source_url: "https://github.com/authzed/zed"
docs_url: "https://authzed.com/docs"
bug_tracker_url: "https://github.com/authzed/zed/issues"
tags: "spicedb zanzibar authz rebac rbac abac fga cli command-line-tool"
summary: "Official command-line tool for managing SpiceDB"
description: |
Open Source command-line client for managing SpiceDB clusters, built by AuthZed.
release_notes: "https://github.com/authzed/zed/releases/tag/v{{ .Version }}"
api_key: "{{ .Env.CHOCOLATEY_API_KEY }}"
source_repo: "https://push.chocolatey.org/"
checksum:
name_template: "windows_checksums.txt"
snapshot:
version_template: "{{ incpatch .Version }}-next"