@@ -147,35 +147,35 @@ nfpms:
147
147
env_files :
148
148
github_token : ~/go/src/github.com/github_token
149
149
150
- changelog :
151
- # Set this to true if you don't want any changelog at all.
152
- # Warning: this will also ignore any changelog files passed via `--release-notes`,
153
- # and will render an empty changelog.
154
- # This may result in an empty release notes on GitHub/GitLab/Gitea.
155
- skip : false
156
-
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
150
+ # changelog:
151
+ # # Set this to true if you don't want any changelog at all.
152
+ # # Warning: this will also ignore any changelog files passed via `--release-notes`,
153
+ # # and will render an empty changelog.
154
+ # # This may result in an empty release notes on GitHub/GitLab/Gitea.
155
+ # skip: false
156
+
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
0 commit comments