From f1e63050d6f6974a3992a599ab45c5b0eb950916 Mon Sep 17 00:00:00 2001 From: Sam Therapy <87501267+SamTherapy@users.noreply.github.com> Date: Sat, 22 Oct 2022 01:30:54 +0000 Subject: [PATCH] docs: Mention Gitea explicitly (#3489) This PR adds explicit mention of Gitea in the AUR, Homebrew and Scoop sections. I have tested and tried using Homebrew and Scoop with a Gitea instance, I have not tried the AUR but it should work the same. --- www/docs/customization/aur.md | 2 +- www/docs/customization/homebrew.md | 2 +- www/docs/customization/scoop.md | 2 +- www/docs/scm/gitea.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/docs/customization/aur.md b/www/docs/customization/aur.md index 541a3bbc2a5..a45eed9f3ad 100644 --- a/www/docs/customization/aur.md +++ b/www/docs/customization/aur.md @@ -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 diff --git a/www/docs/customization/homebrew.md b/www/docs/customization/homebrew.md index ebe94077735..388fc19e720 100644 --- a/www/docs/customization/homebrew.md +++ b/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. diff --git a/www/docs/customization/scoop.md b/www/docs/customization/scoop.md index 1d5518c6f4e..b84d3db2d8c 100644 --- a/www/docs/customization/scoop.md +++ b/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 diff --git a/www/docs/scm/gitea.md b/www/docs/scm/gitea.md index e7152bbe63f..d29e2a73474 100644 --- a/www/docs/scm/gitea.md +++ b/www/docs/scm/gitea.md @@ -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