1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

docs: description for chocolateys.package_source_url (#4763)

Adds missing description for the `package_source_url` option when
building Chocolatey packages.

This option is present in the config and nuspec:
-
826438b865/pkg/config/config.go (L1428)
-
826438b865/internal/pipe/chocolatey/nuspec.go (L25)

See also
https://docs.chocolatey.org/en-us/guides/create/create-config-package#creating-a-configuration-package
and
https://docs.chocolatey.org/en-us/community-repository/moderation/package-validator/rules/cpmr0040#reasoning.
This commit is contained in:
Oleksandr Redko 2024-04-08 05:05:07 +03:00 committed by GitHub
parent f6615b138b
commit 9b3f514449
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,6 +28,10 @@ chocolateys:
- foo
- bar
# Your chocolatey package's source URL.
# It point at the location of where someone can find the packaging files for the package.
package_source_url: https://github.com/foo/chocolatey-package
# Your app's owner.
# It basically means you.
owners: Drum Roll Inc