Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Mention Gitea explicitly #3489

Merged
merged 1 commit into from Oct 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion www/docs/customization/aur.md
Expand Up @@ -2,7 +2,7 @@

Since: v1.4.

After releasing to GitHub or GitLab, GoReleaser can generate and publish
After releasing to GitHub, GitLab, or Gitea, GoReleaser can generate and publish
a `PKGBUILD` to an _Arch User Repository_.

!!! warning
Expand Down
2 changes: 1 addition & 1 deletion www/docs/customization/homebrew.md
@@ -1,6 +1,6 @@
# Homebrew Taps

After releasing to GitHub or GitLab, GoReleaser can generate and publish
After releasing to GitHub, GitLab, or Gitea, GoReleaser can generate and publish
a _homebrew-tap_ recipe into a repository that you have access to.

The `brews` section specifies how the formula should be created.
Expand Down
2 changes: 1 addition & 1 deletion www/docs/customization/scoop.md
@@ -1,6 +1,6 @@
# Scoop Manifests

After releasing to GitHub or GitLab, GoReleaser can generate and publish a
After releasing to GitHub, GitLab, or Gitea, GoReleaser can generate and publish a
_Scoop App Manifest_ into a repository that you have access to.

The `scoop` section specifies how the manifest should be created. See the
Expand Down
2 changes: 1 addition & 1 deletion www/docs/scm/gitea.md
Expand Up @@ -24,7 +24,7 @@ the `.goreleaser.yaml` configuration file. This takes a normal string, or a temp
```yaml
# .goreleaser.yaml
gitea_urls:
api: https://gitea.myinstance.com/api/v1/
api: https://gitea.myinstance.com/api/v1
download: https://gitea.myinstance.com
# set to true if you use a self-signed certificate
skip_tls_verify: false
Expand Down