Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Remove scoop stanza from .goreleaser.yaml (#85)
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <[email protected]>

Signed-off-by: Eduardo Apolinario <[email protected]>
Co-authored-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario and eapolinario authored Nov 15, 2022
1 parent b63cb36 commit b355f97
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,29 +38,3 @@ changelog:
exclude:
- '^docs:'
- '^test:'
scoop:
# Default is "https://github.com/<repo_owner>/<repo_name>/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
# url_template: "http://github.mycompany.com/foo/bar/releases/{{ .Tag }}/{{ .ArtifactName }}"

# Repository to push the app manifest to.
bucket:
owner: lyft
name: datacatalog

# Git author used to commit to the repository.
# Defaults are shown.
commit_author:
name: goreleaserbot
email: [email protected]

# Your app's homepage.
# Default is empty.
homepage: "https://godoc.org/github.com/lyft/datacatalog"

# Your app's description.
# Default is empty.
description: "datacatalog is the a memoization & lineage tracking service."

# Your app's license
# Default is empty.
license: Apache-2.0

0 comments on commit b355f97

Please sign in to comment.