Skip to content

Commit

Permalink
testcommit
Browse files Browse the repository at this point in the history
  • Loading branch information
BrotherSam66 committed Oct 26, 2022
1 parent 7d772e1 commit 257192a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 25 deletions.
47 changes: 23 additions & 24 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,29 +154,28 @@ changelog:
# This may result in an empty release notes on GitHub/GitLab/Gitea.
skip: false

# Changelog generation implementation to use.
#
# Valid options are:
# - `git`: uses `git log`;
# - `github`: uses the compare GitHub API, appending the author login to the changelog.
# - `gitlab`: uses the compare GitLab API, appending the author name and email to the changelog.
# - `github-native`: uses the GitHub release notes generation API, disables the groups feature.
#
# Defaults to `git`.
use: github

# # Sorts the changelog by the commit's messages.
# # Could either be asc, desc or empty
# # Default is empty
# sort: asc

# # Max commit hash length to use in the changelog.
# # Changelog generation implementation to use.
# #
# # 0: use whatever the changelog implementation gives you
# # -1: remove the commit hash from the changelog
# # any other number: max length.
# # Valid options are:
# # - `git`: uses `git log`;
# # - `github`: uses the compare GitHub API, appending the author login to the changelog.
# # - `gitlab`: uses the compare GitLab API, appending the author name and email to the changelog.
# # - `github-native`: uses the GitHub release notes generation API, disables the groups feature.
# #
# # Default: 0.
# # Since: v1.11.2
# # abbrev: -1
# abbrev: 0
# # Defaults to `git`.
# use: github

# Sorts the changelog by the commit's messages.
# Could either be asc, desc or empty
# Default is empty
sort: asc

# Max commit hash length to use in the changelog.
#
# 0: use whatever the changelog implementation gives you
# -1: remove the commit hash from the changelog
# any other number: max length.
#
# Default: 0.
# Since: v1.11.2
abbrev: -1
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ git commit -m "testcommit"
# master: your branch name
git push origin master
# vXX.XX.XX: your version. your tag
git tag -a v0.3.41 -m "test release"
git tag -a v0.3.42 -m "test release"
# release and push to github & docker.io
goreleaser release --rm-dist
# only test realase
Expand Down

0 comments on commit 257192a

Please sign in to comment.