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

Remove scoop stanza from .goreleaser.yaml #85

Merged
merged 1 commit into from
Nov 15, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: goreleaser@carlosbecker.com

# 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