1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-01 13:07:49 +02:00

docs: clarify places that might need a PAT

refs #4900
This commit is contained in:
Carlos Alexandro Becker 2024-06-15 13:50:11 -03:00
parent 50a6a96257
commit 6fbe7d5be6
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View File

@ -20,7 +20,7 @@ changelog:
# Valid options are:
# - `git`: uses `git log`;
# - `github`: uses the compare GitHub API, appending the author username to the changelog.
# - `gitlab`: uses the compare GitLab API, appending the author name and email to the changelog.
# - `gitlab`: uses the compare GitLab API, appending the author name and email to the changelog (requires a personal access token).
# - `gitea`: uses the compare Gitea API, appending the author username to the changelog.
# - `github-native`: uses the GitHub release notes generation API, disables the groups feature.
#

View File

@ -40,6 +40,8 @@
# Make sure the 'branch' property is different from base before enabling
# it.
#
# This might require a personal access token.
#
# Since: v1.17
pull_request:
# Whether to enable it or not.