2025-01-04 18:42:55 -05:00
|
|
|
# yaml-language-server: $schema=https://goreleaser.com/static/schema-pro.json
|
|
|
|
version: 2
|
|
|
|
project_name: sonr
|
|
|
|
|
|
|
|
builds:
|
|
|
|
- id: motr
|
2025-01-04 19:26:29 -05:00
|
|
|
main: ./cmd/main.go
|
2025-01-04 18:42:55 -05:00
|
|
|
binary: app
|
|
|
|
goos:
|
|
|
|
- js
|
|
|
|
goarch:
|
|
|
|
- wasm
|
|
|
|
|
|
|
|
release:
|
|
|
|
github:
|
|
|
|
owner: onsonr
|
2025-01-04 19:07:31 -05:00
|
|
|
name: motr
|
|
|
|
name_template: '{{ .Tag }} | {{ .Env.RELEASE_DATE }}'
|
2025-01-04 18:42:55 -05:00
|
|
|
draft: false
|
|
|
|
replace_existing_draft: true
|
|
|
|
replace_existing_artifacts: true
|
|
|
|
extra_files:
|
|
|
|
- glob: ./README*
|
|
|
|
|
|
|
|
announce:
|
|
|
|
telegram:
|
|
|
|
enabled: true
|
|
|
|
chat_id: -1002222617755
|