mirror of
https://github.com/kovetskiy/mark.git
synced 2025-06-13 18:52:39 +08:00
Homebrew tap (#137)
* Add brew step on goreleaser * Add brew install doc * fix typo
This commit is contained in:
parent
f0e00468e9
commit
50f78ee6a1
@ -30,3 +30,27 @@ changelog:
|
|||||||
exclude:
|
exclude:
|
||||||
- '^docs:'
|
- '^docs:'
|
||||||
- '^test:'
|
- '^test:'
|
||||||
|
|
||||||
|
# Publish on Homebrew Tap
|
||||||
|
brews:
|
||||||
|
-
|
||||||
|
name: mark
|
||||||
|
tap:
|
||||||
|
owner: kovetskiy
|
||||||
|
name: homebrew-mark
|
||||||
|
branch: master
|
||||||
|
|
||||||
|
commit_author:
|
||||||
|
name: Egor Kovetskiy
|
||||||
|
email: e.kovetskiy@gmail.com
|
||||||
|
|
||||||
|
commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
|
||||||
|
|
||||||
|
folder: Formula
|
||||||
|
|
||||||
|
homepage: "https://github.com/kovetskiy/mark"
|
||||||
|
description: "Sync your markdown files with Confluence pages."
|
||||||
|
license: "Apache 2.0"
|
||||||
|
|
||||||
|
test: |
|
||||||
|
system "#{bin}/program", "version"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user