Skip to content

Commit

Permalink
#92Paused to release stuff to homebrew & do actual announcements in D…
Browse files Browse the repository at this point in the history
…iscord
  • Loading branch information
roma-glushko committed Feb 4, 2024
1 parent ea45840 commit ea5ad27
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ archives:
format: zip
files:
- LICENSE
- CHANGELOG.md
- ROADMAP.md

checksum:
name_template: "{{ .ProjectName }}_v{{ .Version }}_checksums.txt"
Expand Down Expand Up @@ -185,7 +187,7 @@ brews:
# in case there is an indicator for prerelease in the tag e.g. v1.0.0-rc1
#
# Templates: allowed
skip_upload: false # auto
skip_upload: true # auto

# Packages your package depends on.
dependencies: []
Expand Down Expand Up @@ -263,11 +265,6 @@ snapcrafts:
# store.
description: A open simple blazing-fast model gateway for rapid development of production GenAI apps

# Disable this configuration.
#
# Templates: allowed (since v1.20)
disable: true

# Channels in store where snap will be pushed.
#
# More info about channels here:
Expand Down Expand Up @@ -351,7 +348,7 @@ snapcrafts:
announce:
discord:
# Whether its enabled or not.
enabled: true
enabled: false

# Message template to use while publishing.
#
Expand Down

0 comments on commit ea5ad27

Please sign in to comment.