github.com/goreleaser/goreleaser@v1.25.1/internal/pipe/winget/testdata/TestRunPipe/bad-commit-msg-tmpl/bad-commit-msg-tmpl.installer.yaml.golden (about)

     1  # This file was generated by GoReleaser. DO NOT EDIT.
     2  # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
     3  PackageIdentifier: Beckersoft.foo
     4  PackageVersion: 1.2.1
     5  InstallerLocale: en-US
     6  InstallerType: zip
     7  ReleaseDate: "2023-06-12"
     8  Installers:
     9    - Architecture: x64
    10      NestedInstallerType: portable
    11      NestedInstallerFiles:
    12        - RelativeFilePath: foo.exe
    13          PortableCommandAlias: foo
    14      InstallerUrl: https://dummyhost/download/v1.2.1/foo_windows_amd64v1.zip
    15      InstallerSha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
    16      UpgradeBehavior: uninstallPrevious
    17    - Architecture: x86
    18      NestedInstallerType: portable
    19      NestedInstallerFiles:
    20        - RelativeFilePath: foo.exe
    21          PortableCommandAlias: foo
    22      InstallerUrl: https://dummyhost/download/v1.2.1/foo_windows_386.zip
    23      InstallerSha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
    24      UpgradeBehavior: uninstallPrevious
    25    - Architecture: arm64
    26      NestedInstallerType: portable
    27      NestedInstallerFiles:
    28        - RelativeFilePath: foo.exe
    29          PortableCommandAlias: foo
    30      InstallerUrl: https://dummyhost/download/v1.2.1/foo_windows_arm64.zip
    31      InstallerSha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
    32      UpgradeBehavior: uninstallPrevious
    33  ManifestType: installer
    34  ManifestVersion: 1.6.0