Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
fixed goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
Code-Hex committed Mar 29, 2021
1 parent eed1d02 commit 22cdff9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ jobs:
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ brews:
tap:
owner: Code-Hex
name: homebrew-tap
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
homepage: "https://github.com/Code-Hex/gqldoc"
description: "The easiest way to make documents for GraphQL"
folder: Formula
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,24 @@ $ gqldoc -s a.graphql -s b.graphql -o ./doc_dir

## Installation

### Mac and Linux users via Homebrew

```sh
$ brew install Code-Hex/tap/gqldoc
```

### Manually via go command

Again, this tool is supported Go 1.16 and above. If you are one of those users, you can install like below.

```sh
$ go install github.com/Code-Hex/gqldoc/cmd/gqldoc
```

### Manually download

You can download binary from [here](https://github.com/Code-Hex/gqldoc/releases)

## Todo

This todo list is written the order of priority.
Expand Down

0 comments on commit 22cdff9

Please sign in to comment.