stelligent / mu

A full-stack DevOps on AWS framework
https://getmu.io
MIT License
974 stars 135 forks source link

Bugfix/fix dependencies #441

Closed timbaileyjones closed 5 years ago

timbaileyjones commented 5 years ago

The Goreleaser team has a issue 1013 saying that it cannot currently be built from source.

This PR removes gorelease as a source dependency, since we're not actually needing their source. We only need the gorelease binary, and even then, not within CircleCI. It is only needed when a developer wants to publish a new release to GitHub. I updated the README to reflect that.

I also told them to reopen their ticket because not being able to build from master is a pretty serious issue.