gobuffalo / release

Buffalo ecosystem release tool
MIT License
8 stars 4 forks source link

Goreleaser GITLAB_TOKEN #10

Open tfournier opened 4 years ago

tfournier commented 4 years ago

Hello,

Since version v0.112.0 of GoReleaser, we can use Gitlab Releaser.

But in gobuffalo/release, we are forced to use the variable GITHUB_TOKEN, if we initialize it with a bad value, goreleaser does not accept GITHUB_TOKEN and GITLAB_TOKEN.

Errors:

Could you disable checking GITHUB_TOKEN ?

Thank you.

gobuffalo/release: v1.8.3 goreleaser: 0.114.0

markbates commented 4 years ago

Insteading of disabling it, you could open a PR that adds support for GitLab. That would be very useful. Thanks.