1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-27 01:33:39 +02:00
goreleaser/pkg/build
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
..
build_test.go feat!: rename module to /v2 (#4894) 2024-05-26 15:02:57 -03:00
build.go fix: standardize .Ext to always have the preceding . (#5207) 2024-10-15 14:57:27 -03:00