1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

fix(nfpm): propagate epoch config to nfpm (#1076)

This commit is contained in:
Thomas Gosteli 2019-07-09 14:58:21 +02:00 committed by Carlos Alexandro Becker
parent 38e536e470
commit 249657eb0b

View File

@ -149,6 +149,7 @@ func create(ctx *context.Context, fpm config.NFPM, format, arch string, binaries
Version: ctx.Git.CurrentTag,
Section: "",
Priority: "",
Epoch: fpm.Epoch,
Maintainer: fpm.Maintainer,
Description: fpm.Description,
Vendor: fpm.Vendor,