Skip to content

Commit 3827a2e

Browse files
committed
testcommit
1 parent 3cd293d commit 3827a2e

File tree

2 files changed

+33
-33
lines changed

2 files changed

+33
-33
lines changed

.goreleaser.yaml

+32-32
Original file line numberDiff line numberDiff line change
@@ -147,35 +147,35 @@ nfpms:
147147
env_files:
148148
github_token: ~/go/src/github.com/github_token
149149

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

release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ git commit -m "testcommit"
44
# master: your branch name
55
git push origin master
66
# vXX.XX.XX: your version. your tag
7-
git tag -a v0.3.35 -m "test release"
7+
git tag -a v0.3.36 -m "test release"
88
# release and push to github & docker.io
99
goreleaser release --rm-dist
1010
# only test realase

0 commit comments

Comments
 (0)