1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-29 01:44:39 +02:00
goreleaser/pkg
Carlos Alexandro Becker 24c6060050
fix: standardize .Ext to always have the preceding . (#5207)
historically this is kind of a mess, some places set the prefixed ext
(e.g. `.exe`) others don't (e.g. `msi`)

this standardize it to have the preceding `.`

also makes `ByExt` works with or without it so it doesn't break anyone's
config.

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-10-15 14:57:27 -03:00
..
archive feat(archive): support .tzst suffix (#4870) 2024-06-11 09:25:17 -03:00
build fix: standardize .Ext to always have the preceding . (#5207) 2024-10-15 14:57:27 -03:00
config feat(build): add GO386, GOMIPS64, GORISCV64, and GOPPC64 support (#5186) 2024-10-14 09:40:10 -03:00
context feat: default GOARM change to 7 (#5157) 2024-09-27 13:31:29 -03:00
defaults feat: when --clean, remove dist before checking git state (#5057) 2024-08-08 10:14:29 -03:00
healthcheck feat: binary signs (#5018) 2024-08-03 14:36:54 -03:00