Skip to content

Commit b66dcf6

Browse files
committed
Remove unsupported things from .goreleaser.yml, this is a fork
1 parent ce0f5f8 commit b66dcf6

1 file changed

Lines changed: 4 additions & 47 deletions

File tree

.goreleaser.yml

Lines changed: 4 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
version: 2
2+
13
project_name: focus
24

35
before:
@@ -42,11 +44,12 @@ archives:
4244
- LICENCE
4345
- README.md
4446
- CHANGELOG.md
47+
format: tar.gz
4548

4649
checksum:
4750
name_template: 'checksums.txt'
4851
snapshot:
49-
name_template: 'master'
52+
version_template: 'master'
5053
changelog:
5154
sort: asc
5255
filters:
@@ -100,49 +103,3 @@ publishers:
100103
dir: '{{ dir .ArtifactPath }}'
101104
cmd: curl -F package=@{{ .ArtifactName }} https://{{ .Env.FURY_PUSH_TOKEN }}@push.fury.io/{{ .Env.FURY_USERNAME }}/
102105

103-
winget:
104-
- publisher: '{{ .Env.REPO_OWNER }}'
105-
license: MIT
106-
copyright: '{{ .Env.REPO_AUTHOR_NAME }}'
107-
homepage: '{{ .Env.REPO_WEBSITE }}'
108-
short_description: '{{ .Env.REPO_DESCRIPTION }}'
109-
repository:
110-
owner: '{{ .Env.REPO_OWNER }}'
111-
token: '{{ .Env.GORELEASER_GITHUB_TOKEN }}'
112-
name: winget-pkgs
113-
branch: '{{.ProjectName}}-{{.Version}}'
114-
pull_request:
115-
enabled: true
116-
draft: false
117-
base:
118-
owner: microsoft
119-
name: winget-pkgs
120-
branch: master
121-
122-
scoops:
123-
- ids:
124-
- windows-only
125-
url_template: 'https://github.com/ronilaukkarinen/focus/releases/download/{{ .Tag }}/{{ .ArtifactName }}'
126-
repository:
127-
owner: '{{ .Env.REPO_OWNER }}'
128-
name: scoop-bucket
129-
token: '{{ .Env.GORELEASER_GITHUB_TOKEN }}'
130-
commit_author:
131-
name: goreleaserbot
132-
email: goreleaser@carlosbecker.com
133-
homepage: '{{ .Env.REPO_WEBSITE }}'
134-
description: '{{ .Env.REPO_DESCRIPTION }}'
135-
license: MIT
136-
137-
brews:
138-
- repository:
139-
owner: '{{ .Env.REPO_OWNER }}'
140-
name: homebrew-tap
141-
token: '{{ .Env.GORELEASER_GITHUB_TOKEN }}'
142-
commit_author:
143-
name: goreleaserbot
144-
email: goreleaser@carlosbecker.com
145-
homepage: '{{ .Env.REPO_WEBSITE }}'
146-
description: '{{ .Env.REPO_DESCRIPTION }}'
147-
install: |-
148-
bin.install "{{ with .Env.REPO_BINARY_NAME }}{{ . }}{{ else }}{{ .ProjectName }}{{ end }}"

0 commit comments

Comments
 (0)