diff --git a/dist/artifacts.json b/dist/artifacts.json deleted file mode 100644 index 1ec852be..00000000 --- a/dist/artifacts.json +++ /dev/null @@ -1 +0,0 @@ -[{"name":"fleek","path":"/var/home/bjk/projects/ublue/fleek/dist/fleek_linux_amd64_v1/fleek","goos":"linux","goarch":"amd64","goamd64":"v1","internal_type":4,"type":"Binary","extra":{"Binary":"fleek","Ext":"","ID":"fleek"}},{"name":"fleek","path":"/var/home/bjk/projects/ublue/fleek/dist/fleek_linux_arm64/fleek","goos":"linux","goarch":"arm64","internal_type":4,"type":"Binary","extra":{"Binary":"fleek","Ext":"","ID":"fleek"}},{"name":"fleek","path":"/var/home/bjk/projects/ublue/fleek/dist/fleek_darwin_amd64_v1/fleek","goos":"darwin","goarch":"amd64","goamd64":"v1","internal_type":4,"type":"Binary","extra":{"Binary":"fleek","Ext":"","ID":"fleek"}},{"name":"fleek","path":"/var/home/bjk/projects/ublue/fleek/dist/fleek_darwin_arm64/fleek","goos":"darwin","goarch":"arm64","internal_type":4,"type":"Binary","extra":{"Binary":"fleek","Ext":"","ID":"fleek"}}] \ No newline at end of file diff --git a/dist/config.yaml b/dist/config.yaml deleted file mode 100644 index a0acd65b..00000000 --- a/dist/config.yaml +++ /dev/null @@ -1,126 +0,0 @@ -project_name: fleek -release: - github: - owner: ublue-os - name: fleek - name_template: '{{.Tag}}' -scoop: - name: fleek - commit_author: - name: goreleaserbot - email: bot@goreleaser.com - commit_msg_template: Scoop update for {{ .ProjectName }} version {{ .Tag }} - goamd64: v1 -builds: - - id: fleek - goos: - - linux - - darwin - goarch: - - amd64 - - arm64 - goarm: - - "6" - gomips: - - hardfloat - goamd64: - - v1 - targets: - - linux_amd64_v1 - - linux_arm64 - - darwin_amd64_v1 - - darwin_arm64 - dir: . - main: . - binary: fleek - 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 - env: - - CGO_ENABLED=0 -archives: - - id: default - name_template: '{{ .ProjectName }}_ {{- title .Os }}_ {{- if eq .Arch "amd64" }}x86_64 {{- else if eq .Arch "386" }}i386 {{- else }}{{ .Arch }}{{ end }} {{- if .Arm }}v{{ .Arm }}{{ end }}' - format: tar.gz - format_overrides: - - goos: windows - format: zip - files: - - src: license* - - src: LICENSE* - - src: readme* - - src: README* - - src: changelog* - - src: CHANGELOG* -snapshot: - name_template: '{{ incpatch .Version }}-next' -checksum: - name_template: checksums.txt - algorithm: sha256 -changelog: - filters: - exclude: - - '^docs:' - - '^test:' - sort: asc -dist: dist -env_files: - github_token: ~/.config/goreleaser/github_token - gitlab_token: ~/.config/goreleaser/gitlab_token - gitea_token: ~/.config/goreleaser/gitea_token -before: - hooks: - - go mod tidy - - go generate ./... -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 - opencollective: - title_template: '{{ .Tag }}' - message_template: '{{ .ProjectName }} {{ .Tag }} is out!
Check it out at {{ .ReleaseURL }}' -git: - tag_sort: -version:refname -github_urls: - download: https://github.com -gitlab_urls: - download: https://gitlab.com diff --git a/dist/metadata.json b/dist/metadata.json deleted file mode 100644 index f316c176..00000000 --- a/dist/metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"project_name":"fleek","tag":"v0.0.3","previous_tag":"v0.0.2","version":"0.0.4-next","commit":"17a552fe91529a69105a5a1be35c2ed9a576fba9","date":"2023-03-17T11:35:09.090203037-04:00","runtime":{"goos":"linux","goarch":"amd64"}} \ No newline at end of file