Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: adopt a standard GoReleaser configuration #375

Merged
merged 3 commits into from
Jul 18, 2024

Conversation

johannes-riecken
Copy link
Contributor

@johannes-riecken johannes-riecken commented Apr 5, 2024

I tested this locally with goreleaser release --skip=publish. cosign didn't run without prompts, but I assume that environment variables in the pipeline already handle that?

$ tar -tf bin/gt-darwin-amd64.tar.gz
LICENSE
README.md
gt
$ ls -F1 bin
CHANGELOG.md
checksums.txt
config.yaml
gt-0.4.4.tar.gz
gt-darwin-amd64.tar.gz
gt-darwin-arm64.tar.gz
gt-linux-amd64.tar.gz
gt-linux-arm64.tar.gz
gt-windows-amd64.zip
gt_darwin_amd64_v1/
gt_darwin_arm64/
gt_linux_amd64_v1/
gt_linux_arm64/
gt_windows_amd64_v1/

It clutters the release page with artifacts that don't see much use.
@johannes-riecken johannes-riecken requested a review from a team as a code owner April 5, 2024 10:12
@johannes-riecken johannes-riecken changed the title Adopt a standard GoReleaser configuration (closes 342) Adopt a standard GoReleaser configuration (closes #342) Apr 5, 2024
@MarvinJWendt MarvinJWendt linked an issue Apr 11, 2024 that may be closed by this pull request
@MarvinJWendt MarvinJWendt changed the title Adopt a standard GoReleaser configuration (closes #342) feat: adopt a standard GoReleaser configuration Apr 11, 2024
@MarvinJWendt MarvinJWendt changed the title feat: adopt a standard GoReleaser configuration ci: adopt a standard GoReleaser configuration Apr 11, 2024
@MarvinJWendt MarvinJWendt merged commit 8fbea62 into main Jul 18, 2024
3 checks passed
@MarvinJWendt MarvinJWendt deleted the chore/adapt-goreleaser branch July 18, 2024 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adopt a Standard GoReleaser Configuration
2 participants