Skip to content

Commit 2c9f9f5

Browse files
committed
testcommit
1 parent 1032b5e commit 2c9f9f5

File tree

1 file changed

+26
-25
lines changed

1 file changed

+26
-25
lines changed

.goreleaser.yaml

+26-25
Original file line numberDiff line numberDiff line change
@@ -154,28 +154,29 @@ changelog:
154154
# This may result in an empty release notes on GitHub/GitLab/Gitea.
155155
skip: false
156156

157-
# Changelog generation implementation to use.
158-
#
159-
# Valid options are:
160-
# - `git`: uses `git log`;
161-
# - `github`: uses the compare GitHub API, appending the author login to the changelog.
162-
# - `gitlab`: uses the compare GitLab API, appending the author name and email to the changelog.
163-
# - `github-native`: uses the GitHub release notes generation API, disables the groups feature.
164-
#
165-
# Defaults to `git`.
166-
use: github
167-
168-
# Sorts the changelog by the commit's messages.
169-
# Could either be asc, desc or empty
170-
# Default is empty
171-
sort: asc
172-
173-
# Max commit hash length to use in the changelog.
174-
#
175-
# 0: use whatever the changelog implementation gives you
176-
# -1: remove the commit hash from the changelog
177-
# any other number: max length.
178-
#
179-
# Default: 0.
180-
# Since: v1.11.2
181-
abbrev: 0
157+
# # Changelog generation implementation to use.
158+
# #
159+
# # Valid options are:
160+
# # - `git`: uses `git log`;
161+
# # - `github`: uses the compare GitHub API, appending the author login to the changelog.
162+
# # - `gitlab`: uses the compare GitLab API, appending the author name and email to the changelog.
163+
# # - `github-native`: uses the GitHub release notes generation API, disables the groups feature.
164+
# #
165+
# # Defaults to `git`.
166+
# use: github
167+
168+
# # Sorts the changelog by the commit's messages.
169+
# # Could either be asc, desc or empty
170+
# # Default is empty
171+
# sort: asc
172+
173+
# # Max commit hash length to use in the changelog.
174+
# #
175+
# # 0: use whatever the changelog implementation gives you
176+
# # -1: remove the commit hash from the changelog
177+
# # any other number: max length.
178+
# #
179+
# # Default: 0.
180+
# # Since: v1.11.2
181+
# # abbrev: -1
182+
# abbrev: 0

0 commit comments

Comments
 (0)