1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-04 03:11:55 +02:00

chore: comment

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos A Becker 2023-01-30 21:35:27 -03:00
parent 0b290bbeb6
commit b1dc5b8daf
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -40,7 +40,7 @@ type releaseOpts struct {
skipKo bool
skipBefore bool
clean bool
rmDist bool
rmDist bool // deprecated
deprecated bool
parallelism int
timeout time.Duration