mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-01 13:07:49 +02:00
parent
50a6a96257
commit
6fbe7d5be6
@ -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.
|
||||
#
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user