Skip to content

Commit d0f37dd

Browse files
committed
README: clarify non-goals a little
1 parent 89e2d86 commit d0f37dd

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,14 @@ I want multibuild to be fairly focused. I like the premise of tools like Gorelea
127127
but I think that they try to do too much, and require too much hand holding.
128128

129129
* I don't want to start generating changelogs.
130-
* I don't want to handle uploading, or downloading of binaries. This is up to you.
131-
* I don't want to think about things other than simple Go binaries built via `go build`.
130+
* I don't want to upload any binaries.
131+
* I don't want to send any notifications.
132+
* I don't want to run tests, or vet/lint checks, etc.
133+
* My sole focus is on simple Go binaries you generally work on via `go build`.
134+
135+
At the end of the day, this is intended to be a build/package tool, and while I'm open
136+
to new ideas and contributions, I think the focus should stay on things towards that
137+
end of the spectrum.
132138

133139
# Future
134140

0 commit comments

Comments
 (0)