go-build/pkg/release
Snider d0e22f76e1 refactor: replace remaining fmt.Errorf/errors.New with coreerr.E()
Replace all fmt.Errorf and errors.New calls across 32 production files
with coreerr.E("caller.Method", "message", err) from go-log, matching
the convention already established in publishers/scoop.go and
publishers/homebrew.go.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-16 21:03:21 +00:00
..
publishers refactor: replace remaining fmt.Errorf/errors.New with coreerr.E() 2026-03-16 21:03:21 +00:00
testdata/.core refactor: restructure build/release/sdk into pkg/ layout 2026-03-13 09:30:02 +00:00
changelog.go refactor: replace remaining fmt.Errorf/errors.New with coreerr.E() 2026-03-16 21:03:21 +00:00
changelog_test.go refactor: restructure build/release/sdk into pkg/ layout 2026-03-13 09:30:02 +00:00
config.go refactor: replace remaining fmt.Errorf/errors.New with coreerr.E() 2026-03-16 21:03:21 +00:00
config_test.go refactor: restructure build/release/sdk into pkg/ layout 2026-03-13 09:30:02 +00:00
release.go refactor: replace remaining fmt.Errorf/errors.New with coreerr.E() 2026-03-16 21:03:21 +00:00
release_test.go refactor: restructure build/release/sdk into pkg/ layout 2026-03-13 09:30:02 +00:00
sdk.go refactor: replace remaining fmt.Errorf/errors.New with coreerr.E() 2026-03-16 21:03:21 +00:00
sdk_test.go refactor: restructure build/release/sdk into pkg/ layout 2026-03-13 09:30:02 +00:00
version.go refactor: replace remaining fmt.Errorf/errors.New with coreerr.E() 2026-03-16 21:03:21 +00:00
version_test.go refactor: restructure build/release/sdk into pkg/ layout 2026-03-13 09:30:02 +00:00