Browse Source

try to publish to homebrew

pull/141/head
yedf2 4 years ago
parent
commit
83c483a960
  1. 10
      helper/.goreleaser.yml

10
helper/.goreleaser.yml

@ -13,3 +13,13 @@ builds:
main: main.go
ldflags:
- -s -w -X main.Version={{.Version}} -X main.Commit={{.Commit}} -X main.Date={{.Date}}
brews:
- homepage: 'https://d.dtm.pub'
description: 'A cross-language distributed transaction manager.'
folder: Formula
commit_author:
name: yedf2
email: 120050102@qq.com
tap:
owner: yedf2
name: dtm

Loading…
Cancel
Save