1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00
goreleaser/pipeline
Carlos Alexandro Becker 9a9b9373a2 fix: accepting non-main.go files as well
Previous code was handling only main.go as the main build file, but
the main function can actually be in any file.

Now, if a specific file (*.go) is passed, that file will be checked
for the main function.

If a folder is passed, the package will be scanned for the main
function.
2017-11-21 08:27:32 -02:00
..
archive feat: Add archive config 'wrap_in_directory' 2017-10-02 18:53:18 +02:00
brew fix: dependencies and conflicts on brew tap 2017-11-13 18:02:25 -02:00
build fix: accepting non-main.go files as well 2017-11-21 08:27:32 -02:00
changelog feat: added sorting support to the changelog pipe 2017-10-19 20:58:23 -02:00
checksums removing all assert.New because vet shadow complains about this now 2017-09-26 19:24:49 -03:00
cleandist removing all assert.New because vet shadow complains about this now 2017-09-26 19:24:49 -03:00
defaults refactor: set default value of bindir in defaults pipe 2017-11-08 19:11:10 -02:00
docker chore: improved docker test code 2017-10-07 23:26:54 -03:00
env removing all assert.New because vet shadow complains about this now 2017-09-26 19:24:49 -03:00
fpm chore: enable debug in fpm TestRunPipe 2017-11-08 21:00:09 -02:00
git refactor: turned changelog generation into a pipe 2017-10-18 09:19:36 -02:00
release feat: Add prerelease option 2017-10-05 15:47:29 +02:00
snapcraft removing all assert.New because vet shadow complains about this now 2017-09-26 19:24:49 -03:00
pipe_test.go removing all assert.New because vet shadow complains about this now 2017-09-26 19:24:49 -03:00
pipe.go cleanups 2017-09-12 00:22:02 -03:00