Skip to content

Commit

Permalink
Fix releaser issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat15 committed Sep 12, 2024
1 parent 7fbcc18 commit d8e30c6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 33 deletions.
5 changes: 2 additions & 3 deletions .goreleaser.nightly.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
version: 2
builds:
- main: "./cmd/spicedb"
env:
Expand Down Expand Up @@ -96,6 +97,4 @@ docker_manifests:
checksum:
name_template: "checksums.txt"
snapshot:
name_template: "{{ incpatch .Version }}-next"
nightly:
name_template: "{{ incpatch .Version }}-{{ .ShortCommit }}"
version_template: "{{ incpatch .Version }}-next"
6 changes: 2 additions & 4 deletions .goreleaser.windows.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
version: 2
git:
tag_sort: "-version:creatordate"
prerelease_suffix: "-"
Expand Down Expand Up @@ -32,7 +33,6 @@ chocolateys:
owners: "AuthZed, Inc"
title: "SpiceDB"
project_url: "https://github.com/authzed/spicedb"
use: "archive"
url_template: "https://github.com/authzed/spicedb/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
icon_url: "https://authzed.com/favicon.svg"
copyright: "2024 AuthZed, Inc"
Expand All @@ -50,6 +50,4 @@ chocolateys:
checksum:
name_template: "checksums.txt"
snapshot:
name_template: "{{ incpatch .Version }}-next"
nightly:
name_template: "{{ incpatch .Version }}-{{ .ShortCommit }}"
version_template: "{{ incpatch .Version }}-next"
28 changes: 2 additions & 26 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
version: 2
git:
tag_sort: "-version:creatordate"
prerelease_suffix: "-"
Expand Down Expand Up @@ -48,29 +49,6 @@ nfpms:
dst: "/usr/share/zsh/vendor-completions/_spicedb"
file_info:
mode: 0644
furies:
- account: "authzed"
secret_name: "GEMFURY_PUSH_TOKEN"
disable: "{{ gt (len .Prerelease) 0 }}"
snapcrafts:
- name: "spicedb"
publish: true
summary: "A database that stores, computes, and validates application permissions"
description: |
SpiceDB is an open source, Google Zanzibar-inspired database for creating and managing security-critical application permissions.
Developers create a schema and use client libraries to apply the schema to the database, insert relationships into the database, and query the database to efficiently check permissions in their applications.
grade: "stable"
confinement: "strict"
license: "Apache-2.0"
base: "core22"
apps:
spicedb:
command: "spicedb"
completer: "completions/spicedb.bash"
plugs:
- "network-bind"
- "network"
brews:
- name: "{{.ProjectName}}"
<<: &brew-shared
Expand Down Expand Up @@ -189,12 +167,10 @@ docker_manifests:
checksum:
name_template: "checksums.txt"
snapshot:
name_template: "{{ incpatch .Version }}-next"
version_template: "{{ incpatch .Version }}-next"
changelog:
use: "github-native"
sort: "asc"
nightly:
name_template: "{{ incpatch .Version }}-{{ .ShortCommit }}"
release:
draft: false
prerelease: "auto"
Expand Down

0 comments on commit d8e30c6

Please sign in to comment.