mirror of
https://github.com/pgsty/minio.git
synced 2026-08-09 07:43:29 +03:00
build: remove the untracked shadow .goreleaser.yml
A gitignored .goreleaser.yml sat in the repo root, so a bare `goreleaser` invocation - the default discovery path - picked it up instead of the .github/goreleaser.yml that CI passes with --config. The two had diverged completely: the shadow published the GitHub release directly (draft: false), pushed pgsty/minio:latest from a dockers section, and stamped a different vendor and artifact naming. Since RPM signing runs on the maintainer's own machine, that shadow config was one stray `goreleaser release` away from publishing a mislabelled release and overwriting the Docker latest tag. Delete the file and drop its .gitignore entry so any future .goreleaser.yml shows up as untracked and is caught by the release workflow's clean-checkout check, rather than silently steering local builds. CI is unaffected: it names its config explicitly. (A copy of the removed file is preserved out of tree for reference.) Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -55,7 +55,6 @@ xattr
|
|||||||
xl-meta
|
xl-meta
|
||||||
|
|
||||||
.gitignore
|
.gitignore
|
||||||
.goreleaser.yml
|
|
||||||
|
|
||||||
dist/
|
dist/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user