github goreleaser/nfpm v1.10.0

latest releases: v2.37.1, v2.37.0, v2.36.1...
3 years ago

Attention

The previous behavior for globbing files was not correct. For instance, **/* is supposed to mean "only files at least one directory bellow", but NFPM was including the ones in the root too.

If you have **/* in your config, you might want to replace it with** only. You can test the expressions with ls, as NFPM should now have the same behavior.

Changelog

105a426 chore(deps): bump github.com/golangci/golangci-lint from 1.31.0 to 1.32.2 (#251)
7839385 feat: add an option to disable globbing (#248)
b93d8e6 test: fix
f287ec7 chore: go mod tidy
91af316 chore(deps): bump github.com/goreleaser/fileglob from 0.2.1 to 0.3.0 (#250)
d0b3637 chore(deps): bump github.com/goreleaser/chglog from 0.1.1 to 0.1.2 (#249)
2e41d95 refactor: simplify rpm add file (#247)
8c19c6a feat: Support RPM ghost files (#245)
a83e646 feat: replace glob library (#244)
13335ee feat: allow explicit summary from RPM packages (#246)

Docker images

  • docker pull goreleaser/nfpm:v1.10.0
  • docker pull goreleaser/nfpm:v1.10
  • docker pull goreleaser/nfpm:latest

Don't miss a new nfpm release

NewReleases is sending notifications on new releases.