Skip to content

Commit

Permalink
Homebrew tap (#137)
Browse files Browse the repository at this point in the history
* Add brew step on goreleaser

* Add brew install doc

* fix typo
  • Loading branch information
mmiranda authored Nov 30, 2021
1 parent f0e0046 commit 50f78ee
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
24 changes: 24 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,27 @@ changelog:
exclude:
- '^docs:'
- '^test:'

# Publish on Homebrew Tap
brews:
-
name: mark
tap:
owner: kovetskiy
name: homebrew-mark
branch: master

commit_author:
name: Egor Kovetskiy
email: [email protected]

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"
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Also, optional following headers are supported:
```

* (default) page: normal Confluence page - defaults to this if omitted
* blogpost: [Blog post](https://confluence.atlassian.com/doc/blog-posts-834222533.html) in `Space`. Cannot have `Parent`(s)
* blogpost: [Blog post](https://confluence.atlassian.com/doc/blog-posts-834222533.html) in `Space`. Cannot have `Parent`(s)

```markdown
<!-- Sidebar: <h2>Test</h2> -->
Expand Down Expand Up @@ -377,6 +377,13 @@ See task MYJIRA-123.

## Installation

### Homebrew

```bash
brew tap kovetskiy/mark
brew install mark
```

### Go Get

```bash
Expand Down Expand Up @@ -549,4 +556,4 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d

<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 comments on commit 50f78ee

Please sign in to comment.