mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-09 13:36:56 +02:00
chore(winget): add comment
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
parent
d5766b264a
commit
7e638371fd
@ -27,7 +27,9 @@ var (
|
||||
errSkipUpload = pipe.Skip("winget.skip_upload is set")
|
||||
errSkipUploadAuto = pipe.Skip("winget.skip_upload is set to 'auto', and current version is a pre-release")
|
||||
errMultipleArchives = pipe.Skip("found multiple archives for the same platform, please consider filtering by id")
|
||||
packageIdentifierValid = regexp.MustCompile("^[^\\.\\s\\\\/:\\*\\?\"<>\\|\\x01-\\x1f]{1,32}(\\.[^\\.\\s\\\\/:\\*\\?\"<>\\|\\x01-\\x1f]{1,32}){1,7}$")
|
||||
|
||||
// copied from winget src
|
||||
packageIdentifierValid = regexp.MustCompile("^[^\\.\\s\\\\/:\\*\\?\"<>\\|\\x01-\\x1f]{1,32}(\\.[^\\.\\s\\\\/:\\*\\?\"<>\\|\\x01-\\x1f]{1,32}){1,7}$")
|
||||
)
|
||||
|
||||
type errNoArchivesFound struct {
|
||||
|
Loading…
x
Reference in New Issue
Block a user