diff --git a/.goreleaser.yml b/.goreleaser.yml index dc9fec5..a4e460b 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -6,7 +6,7 @@ before: builds: - env: - CGO_ENABLED=0 - ldflags: + ldflags: - '-s -w -X github.com/mmiranda/markdown-index/cmd.version={{.Version}} -X github.com/mmiranda/markdown-index/cmd.commit={{.Commit}} -X github.com/mmiranda/markdown-index/cmd.date={{.Date}}' goos: - linux @@ -42,7 +42,7 @@ dockers: - "--label=org.opencontainers.image.created={{.Date}}" - "--label=org.opencontainers.image.title={{.ProjectName}}" - "--label=org.opencontainers.image.revision={{.FullCommit}}" - - "--label=org.opencontainers.image.version={{.Version}}" + - "--label=org.opencontainers.image.version={{.Version}}" # Publish on Homebrew Tap brews: @@ -50,7 +50,7 @@ brews: name: markdown-index tap: owner: mmiranda - name: homebrew-mdindex + name: homebrew-apps branch: main commit_author: diff --git a/README.md b/README.md index 4d3a286..062e263 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Markdown-index is a library to help you generate a global index for multiple mar The easiest way to install it is using Homebrew: ```bash -brew tap mmiranda/mdindex +brew tap mmiranda/apps brew install markdown-index ```