fix: remove dist folder
This commit is contained in:
parent
c017e2b77f
commit
3e273ae385
20 changed files with 0 additions and 124 deletions
1
dist/artifacts.json
vendored
1
dist/artifacts.json
vendored
File diff suppressed because one or more lines are too long
|
@ -1,8 +0,0 @@
|
|||
264b0eba6e04645210f9246dfd7c3a7d75fcdcada1ca7462ebb13cc4b453fb47 commit-msg_0.0.0-SNAPSHOT-none_windows_amd64.tar.gz
|
||||
2ddc197ce6d604bdf43f1e0adfe601cabf2eaef0bc93c719e114fc7738b114f4 commit-msg_0.0.0-SNAPSHOT-none_linux_amd64.tar.gz
|
||||
46593b462ab810bf84bdc4306bd7619c1da54ecafb3cac9d39c031f65f4b8f62 commit-msg_0.0.0-SNAPSHOT-none_linux_386.tar.gz
|
||||
53467221c925577124569f7f287c8e0671203f6714f783bd606e446dc28c627f commit-msg_0.0.0-SNAPSHOT-none_linux_arm64.tar.gz
|
||||
848c938aed3ce5d1fe40de2d7a6eb542abe200b658406a56b3eb3019a5675837 commit-msg_0.0.0-SNAPSHOT-none_darwin_amd64.tar.gz
|
||||
9096cf945397be378ec990eca7d0d71549158d1790d257bc0dba6ac9cb4762f6 commit-msg_0.0.0-SNAPSHOT-none_windows_arm64.tar.gz
|
||||
ccf88af7cc893a103dea658dcae3b3c826c876b44ed9ab043c1238531841c3dc commit-msg_0.0.0-SNAPSHOT-none_windows_386.tar.gz
|
||||
f48e05e55ff72be9fc752736c66c7d3c2a655da031e5a585e41a21ed96c40808 commit-msg_0.0.0-SNAPSHOT-none_darwin_arm64.tar.gz
|
Binary file not shown.
Binary file not shown.
BIN
dist/commit-msg_0.0.0-SNAPSHOT-none_linux_386.tar.gz
vendored
BIN
dist/commit-msg_0.0.0-SNAPSHOT-none_linux_386.tar.gz
vendored
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
dist/commit-msg_darwin_amd64_v1/commit-msg
vendored
BIN
dist/commit-msg_darwin_amd64_v1/commit-msg
vendored
Binary file not shown.
BIN
dist/commit-msg_darwin_arm64/commit-msg
vendored
BIN
dist/commit-msg_darwin_arm64/commit-msg
vendored
Binary file not shown.
BIN
dist/commit-msg_linux_386/commit-msg
vendored
BIN
dist/commit-msg_linux_386/commit-msg
vendored
Binary file not shown.
BIN
dist/commit-msg_linux_amd64_v1/commit-msg
vendored
BIN
dist/commit-msg_linux_amd64_v1/commit-msg
vendored
Binary file not shown.
BIN
dist/commit-msg_linux_arm64/commit-msg
vendored
BIN
dist/commit-msg_linux_arm64/commit-msg
vendored
Binary file not shown.
BIN
dist/commit-msg_windows_386/commit-msg.exe
vendored
BIN
dist/commit-msg_windows_386/commit-msg.exe
vendored
Binary file not shown.
BIN
dist/commit-msg_windows_amd64_v1/commit-msg.exe
vendored
BIN
dist/commit-msg_windows_amd64_v1/commit-msg.exe
vendored
Binary file not shown.
BIN
dist/commit-msg_windows_arm64/commit-msg.exe
vendored
BIN
dist/commit-msg_windows_arm64/commit-msg.exe
vendored
Binary file not shown.
114
dist/config.yaml
vendored
114
dist/config.yaml
vendored
|
@ -1,114 +0,0 @@
|
|||
project_name: commit-msg
|
||||
release:
|
||||
github:
|
||||
owner: kekskurse
|
||||
name: commit-msg
|
||||
name_template: '{{.Tag}}'
|
||||
scoop:
|
||||
name: commit-msg
|
||||
commit_author:
|
||||
name: goreleaserbot
|
||||
email: bot@goreleaser.com
|
||||
commit_msg_template: Scoop update for {{ .ProjectName }} version {{ .Tag }}
|
||||
goamd64: v1
|
||||
builds:
|
||||
- id: commit-msg
|
||||
goos:
|
||||
- linux
|
||||
- darwin
|
||||
- windows
|
||||
goarch:
|
||||
- amd64
|
||||
- arm64
|
||||
- "386"
|
||||
goarm:
|
||||
- "6"
|
||||
gomips:
|
||||
- hardfloat
|
||||
goamd64:
|
||||
- v1
|
||||
targets:
|
||||
- linux_amd64_v1
|
||||
- linux_arm64
|
||||
- linux_386
|
||||
- darwin_amd64_v1
|
||||
- darwin_arm64
|
||||
- windows_amd64_v1
|
||||
- windows_arm64
|
||||
- windows_386
|
||||
dir: .
|
||||
main: .
|
||||
binary: commit-msg
|
||||
builder: go
|
||||
gobinary: go
|
||||
command: build
|
||||
ldflags:
|
||||
- -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}} -X main.builtBy=goreleaser
|
||||
archives:
|
||||
- id: default
|
||||
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}'
|
||||
format: tar.gz
|
||||
files:
|
||||
- src: license*
|
||||
- src: LICENSE*
|
||||
- src: readme*
|
||||
- src: README*
|
||||
- src: changelog*
|
||||
- src: CHANGELOG*
|
||||
snapshot:
|
||||
name_template: '{{ .Version }}-SNAPSHOT-{{ .ShortCommit }}'
|
||||
checksum:
|
||||
name_template: '{{ .ProjectName }}_{{ .Version }}_checksums.txt'
|
||||
algorithm: sha256
|
||||
dist: dist
|
||||
env_files:
|
||||
github_token: ~/.config/goreleaser/github_token
|
||||
gitlab_token: ~/.config/goreleaser/gitlab_token
|
||||
gitea_token: ~/.config/goreleaser/gitea_token
|
||||
source:
|
||||
name_template: '{{ .ProjectName }}-{{ .Version }}'
|
||||
format: tar.gz
|
||||
gomod:
|
||||
gobinary: go
|
||||
announce:
|
||||
twitter:
|
||||
message_template: '{{ .ProjectName }} {{ .Tag }} is out! Check it out at {{ .ReleaseURL }}'
|
||||
mastodon:
|
||||
message_template: '{{ .ProjectName }} {{ .Tag }} is out! Check it out at {{ .ReleaseURL }}'
|
||||
server: ""
|
||||
reddit:
|
||||
title_template: '{{ .ProjectName }} {{ .Tag }} is out!'
|
||||
url_template: '{{ .ReleaseURL }}'
|
||||
slack:
|
||||
message_template: '{{ .ProjectName }} {{ .Tag }} is out! Check it out at {{ .ReleaseURL }}'
|
||||
username: GoReleaser
|
||||
discord:
|
||||
message_template: '{{ .ProjectName }} {{ .Tag }} is out! Check it out at {{ .ReleaseURL }}'
|
||||
author: GoReleaser
|
||||
color: "3888754"
|
||||
icon_url: https://goreleaser.com/static/avatar.png
|
||||
teams:
|
||||
title_template: '{{ .ProjectName }} {{ .Tag }} is out!'
|
||||
message_template: '{{ .ProjectName }} {{ .Tag }} is out! Check it out at {{ .ReleaseURL }}'
|
||||
color: '#2D313E'
|
||||
icon_url: https://goreleaser.com/static/avatar.png
|
||||
smtp:
|
||||
subject_template: '{{ .ProjectName }} {{ .Tag }} is out!'
|
||||
body_template: 'You can view details from: {{ .ReleaseURL }}'
|
||||
mattermost:
|
||||
message_template: '{{ .ProjectName }} {{ .Tag }} is out! Check it out at {{ .ReleaseURL }}'
|
||||
title_template: '{{ .ProjectName }} {{ .Tag }} is out!'
|
||||
username: GoReleaser
|
||||
linkedin:
|
||||
message_template: '{{ .ProjectName }} {{ .Tag }} is out! Check it out at {{ .ReleaseURL }}'
|
||||
telegram:
|
||||
message_template: '{{ .ProjectName }} {{ .Tag }} is out! Check it out at {{ .ReleaseURL }}'
|
||||
webhook:
|
||||
message_template: '{ "message": "{{ .ProjectName }} {{ .Tag }} is out! Check it out at {{ .ReleaseURL }}"}'
|
||||
content_type: application/json; charset=utf-8
|
||||
git:
|
||||
tag_sort: -version:refname
|
||||
github_urls:
|
||||
download: https://github.com
|
||||
gitlab_urls:
|
||||
download: https://gitlab.com
|
1
dist/metadata.json
vendored
1
dist/metadata.json
vendored
|
@ -1 +0,0 @@
|
|||
{"project_name":"commit-msg","tag":"v0.0.0","previous_tag":"","version":"0.0.0-SNAPSHOT-none","commit":"none","date":"2023-07-24T13:18:29.683861745+02:00","runtime":{"goos":"linux","goarch":"amd64"}}
|
Loading…
Reference in a new issue