1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00
goreleaser/pipeline/release
Carlos Alexandro Becker 1ed299a6d7 refactor: defaulter interface
Right now the code looks weird because the defaults
of a pipe are far away of the implementation of the pipe.

the intend of this PR is to bring them closer by having a
Defaulter interface.

I also renamed the Pipe interface to Piper, and removed
the Description method in favor for fmt.Stringer.
2017-12-03 13:00:01 -02:00
..
testdata adding docker images into the release notes 2017-09-16 15:31:48 -03:00
body_test.go removing all assert.New because vet shadow complains about this now 2017-09-26 19:24:49 -03:00
body.go chore: fixed/ignore lint issues 2017-11-26 20:40:07 -02:00
release_test.go refactor: defaulter interface 2017-12-03 13:00:01 -02:00
release.go refactor: defaulter interface 2017-12-03 13:00:01 -02:00
remote_test.go refactor: defaulter interface 2017-12-03 13:00:01 -02:00
remote.go refactor: defaulter interface 2017-12-03 13:00:01 -02:00