2024-10-01 22:02:14 -04:00
# yaml-language-server: $schema=https://goreleaser.com/static/schema-pro.json
2024-10-01 14:53:39 -04:00
version : 2
2024-09-30 15:13:00 -04:00
project_name : sonr
2024-07-05 22:20:13 -04:00
builds :
2024-12-09 11:49:20 -05:00
- id : hway
goos : [ linux, darwin]
goarch : [ amd64, arm64]
main : ./cmd/hway
binary : hway
builder : go
gobinary : go
command : build
ldflags :
- -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}
2024-09-30 15:33:58 -04:00
- id : sonr
2024-10-01 14:53:39 -04:00
goos : [ linux, darwin]
goarch : [ amd64, arm64]
2024-07-05 22:20:13 -04:00
main : ./cmd/sonrd
binary : sonrd
builder : go
gobinary : go
command : build
ldflags :
2024-09-14 12:47:25 -04:00
- -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}
2024-09-30 15:13:00 -04:00
2024-07-05 22:20:13 -04:00
archives :
2024-12-09 20:22:23 -05:00
- id : default
builds : [ hway, sonr]
2024-10-01 14:53:39 -04:00
name_template : '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}'
2024-09-30 15:13:00 -04:00
format : tar.gz
files :
- src : README*
- src : CHANGELOG*
2024-12-09 20:22:23 -05:00
- src : LICENSE*
2024-09-30 15:13:00 -04:00
2024-09-30 15:57:03 -04:00
brews :
2024-12-09 11:49:20 -05:00
- name : hway
ids : [ hway]
commit_author :
name : goreleaserbot
email : bot@goreleaser.com
directory : Formula
caveats : "Run a local hway node and access it with the hway proxy"
homepage : "https://onsonr.dev"
description : "Sonr is a decentralized, permissionless, and censorship-resistant identity network."
dependencies :
- name : ipfs
repository :
owner : onsonr
name : homebrew-tap
branch : master
token : "{{ .Env.GITHUB_PERSONAL_AUTH_TOKEN }}"
2024-09-30 15:57:03 -04:00
- name : sonr
2024-10-01 14:53:39 -04:00
ids : [ sonr]
2024-09-30 15:57:03 -04:00
commit_author :
name : goreleaserbot
email : bot@goreleaser.com
directory : Formula
2024-10-02 01:40:49 -04:00
caveats : "Run a local sonr node and access it with the hway proxy"
2024-12-09 11:49:20 -05:00
homepage : "https://onsonr.dev"
2024-09-30 15:57:03 -04:00
description : "Sonr is a decentralized, permissionless, and censorship-resistant identity network."
dependencies :
- name : ipfs
2024-10-01 14:53:39 -04:00
repository :
owner : onsonr
name : homebrew-tap
branch : master
2024-10-01 16:41:26 -04:00
token : "{{ .Env.GITHUB_PERSONAL_AUTH_TOKEN }}"
2024-10-01 14:53:39 -04:00
2024-12-09 11:49:20 -05:00
release :
github :
owner : onsonr
name : sonr
name_template : "Release {{.Version}}"
draft : false
replace_existing_draft : true
replace_existing_artifacts : true
extra_files :
- glob : ./CHANGELOG*
- glob : ./README*
- glob : ./LICENSE*
2024-10-01 22:02:14 -04:00
announce :
telegram :
enabled : true
chat_id : -1002222617755