File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -127,8 +127,14 @@ I want multibuild to be fairly focused. I like the premise of tools like Gorelea
127127but 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
You can’t perform that action at this time.
0 commit comments