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

docs: fix typos (#3204)

This commit is contained in:
naglis 2022-06-26 03:30:10 +03:00 committed by GitHub
parent ad2986a2e1
commit 0c9c82ab2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -166,7 +166,7 @@ nfpms:
- dst: /var/log/boo.log
type: ghost
# You can user the packager field to add files that are unique to a specific packager
# You can use the packager field to add files that are unique to a specific packager
- src: path/to/rpm/file.conf
dst: /etc/file.conf
type: "config|noreplace"
@ -301,7 +301,7 @@ nfpms:
# Custom deb triggers
triggers:
# register interrest on a trigger activated by another package
# register interest on a trigger activated by another package
# (also available: interest_await, interest_noawait)
interest:
- some-trigger-name

View File

@ -71,7 +71,7 @@ release:
name_template: "{{.ProjectName}}-v{{.Version}} {{.Env.USER}}"
# You can disable this pipe in order to not create the release on any SCM.
# Keep in mind that this might also break things that depens on the release URL, for instance, homebrew taps.
# Keep in mind that this might also break things that depend on the release URL, for instance, homebrew taps.
#
# Defaults to false.
disable: true
@ -91,7 +91,7 @@ release:
```
!!! tip
[Learn how to setup an API token, GitHub enteprise and etc](/scm/github/).
[Learn how to setup an API token, GitHub Enterprise and etc](/scm/github/).
## GitLab