mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-04-13 11:50:34 +02:00
docs: fix winget default path (#4875)
<!--
Hi, thanks for contributing!
Please make sure you read our CONTRIBUTING guide.
Also, add tests and the respective documentation changes as well.
-->
<!-- If applied, this commit will... -->
Update docs for `winget` to show the default past contains the name as
well.
...
<!-- Why is this change being made? -->
Current doc (and sample value) don't contain the name and this doesn't
match the implementation.
...
<!-- # Provide links to any relevant tickets, URLs or other resources
-->
a82491afe4/internal/pipe/winget/winget.go (L165)
...
This commit is contained in:
parent
a82491afe4
commit
2023d4bcc6
@ -100,8 +100,8 @@ winget:
|
||||
|
||||
# Path for the file inside the repository.
|
||||
#
|
||||
# Default: manifests/<lowercased first char of publisher>/<publisher>/<version>
|
||||
path: manifests/g/goreleaser/1.19
|
||||
# Default: manifests/<lowercased first char of publisher>/<publisher>/<name>/<version>
|
||||
path: manifests/g/goreleaser/myproject/1.19
|
||||
|
||||
# Your app's homepage.
|
||||
homepage: "https://example.com/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user