mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-09 13:36:56 +02:00
The PR adds using `context.Context` in the `POST` request. Context is a request scoped paradigm according to [the doc](https://pkg.go.dev/context). The PR adds `API` field into the `Config` for utilizing it in tests.