1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-27 01:33:39 +02:00
goreleaser/internal/artifact
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
..
testdata refactory: make easier to manage merges with pro (#3178) 2022-06-22 01:48:11 -03:00
.gitignore fix: improved artifact add logs 2017-12-18 09:19:02 -02:00
artifact_test.go fix: standardize .Ext to always have the preceding . (#5207) 2024-10-15 14:57:27 -03:00
artifact.go fix: standardize .Ext to always have the preceding . (#5207) 2024-10-15 14:57:27 -03:00