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 6c4afbc commit 7d772e1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,16 +154,16 @@ 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
# 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
Expand Down
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.39 -m "test release"
git tag -a v0.3.41 -m "test release"
# release and push to github & docker.io
goreleaser release --rm-dist
# only test realase
Expand Down

0 comments on commit 7d772e1

Please sign in to comment.