feat(goreleaser): add support for the `GORELEASER_GITLAB_TOKEN` CI variable.
What
feat(goreleaser): add support for the GORELEASER_GITLAB_TOKEN
CI variable.
Why
Other jobs, e.g. renovate-bot and semantic-release, use job-specific CI variables. Transition to a job-specific variable name for goreleaser, too.
The GITLAB_TOKEN
variable is still supported but will yield a deprecation
warning. This is identical to the semantic-release job.