Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
iskey committed Oct 26, 2023
1 parent 2354df5 commit 21b780c
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,26 @@ release:
# Available only for GitHub.
#
# Since: v1.11
replace_existing_draft: true
replace_existing_draft: true
# .goreleaser.yml
changelog:
# 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.
#
# Default: 'git'
# use: github

filters:
# Commit messages matching the regexp listed here will be removed from
# the changelog
#
# Matches are performed against the first line of the commit message only,
# prefixed with the commit SHA1, usually in the form of
# `<abbrev-commit>[:] <title-commit>`.
exclude:
- "Merge pull request"

0 comments on commit 21b780c

Please sign in to comment.