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

docs: fix deprecation typos (#4750)

The Before part  should be "folder"
This commit is contained in:
Jo 2024-04-04 09:51:35 +08:00 committed by GitHub
parent 85cb59c1a0
commit 6a7a9ba399
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -94,7 +94,7 @@ Property was renamed to be consistent across all configurations.
```yaml
brews:
-
directory: foo
folder: foo
```
=== "After"
@ -116,7 +116,7 @@ Property was renamed to be consistent across all configurations.
```yaml
scoops:
-
directory: foo
folder: foo
```
=== "After"