1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-08 03:31:59 +02:00
goreleaser/internal
Joris Coenen e3f8178b35
feat: IDs filter for Checksums pipe (#1805)
* Add IDs filter to checksums pipe

This allows specific artifacts to be excluded from the checksums file.

The reason for introducing this, is the requirement of Terraform
Registry releases to only contain the prescribed archives in the
checksums file. If the file contains more, the release is not accepted
by the Terraform Registry.

* Add test case for IDs filter of checksums pipe

* Document IDs filter of checksum pipe

* Always apply type filter for artifacts

This is more in line with how the other ID-filters work.
2020-12-09 08:38:56 -03:00
..
artifact feat: add docker manifests to release notes (#1925) 2020-11-29 14:33:31 -03:00
builders/golang chore: added todo for go 1.16 migration 2020-12-03 18:16:45 -03:00
client feat: upload brew tap to gitea (#1547) 2020-11-21 10:36:29 -03:00
deprecate refactor: align Homebrew repo handling with Scoop (#1649) 2020-07-06 10:48:17 -03:00
exec refactor: use require on all tests (#1839) 2020-10-06 12:48:04 +00:00
extrafiles feat: replace zglob with fileglob (#1889) 2020-11-10 11:20:55 -03:00
git refactor: use require on all tests (#1839) 2020-10-06 12:48:04 +00:00
http feat: use proxy from environment (#1885) 2020-11-05 08:16:25 +00:00
ids chore(deps): bump github.com/golangci/golangci-lint from 1.23.7 to 1.27.0 (#1563) 2020-05-26 00:48:10 -03:00
linux refactor: use require on all tests (#1839) 2020-10-06 12:48:04 +00:00
logext chore(deps): bump github.com/golangci/golangci-lint from 1.23.7 to 1.27.0 (#1563) 2020-05-26 00:48:10 -03:00
middleware feat: improve output a bit (#1380) 2020-03-06 01:25:09 -03:00
pipe feat: IDs filter for Checksums pipe (#1805) 2020-12-09 08:38:56 -03:00
pipeline chore(deps): bump github.com/golangci/golangci-lint from 1.32.2 to 1.33.0 (#1912) 2020-11-27 02:16:08 +00:00
semerrgroup chore(deps): bump github.com/golangci/golangci-lint from 1.23.7 to 1.27.0 (#1563) 2020-05-26 00:48:10 -03:00
static refactor: use require on all tests (#1839) 2020-10-06 12:48:04 +00:00
testlib chore(deps): bump github.com/golangci/golangci-lint from 1.31.0 to 1.32.2 (#1882) 2020-11-10 11:15:03 -03:00
tmpl feat: add support for git branch in templates (#1906) 2020-11-18 18:50:31 +00:00