Skip to content

Commit

Permalink
fix: cicd config
Browse files Browse the repository at this point in the history
  • Loading branch information
soulteary committed Sep 10, 2024
1 parent f68b3d9 commit 919073e
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
project_name: queue

builds:
- # If true, skip the build.
# Useful for library projects.
Expand All @@ -20,7 +18,7 @@ changelog:
# - `github-native`: uses the GitHub release notes generation API, disables the groups feature.
#
# Defaults to `git`.
use: git
use: github

# Sorts the changelog by the commit's messages.
# Could either be asc, desc or empty
Expand All @@ -45,12 +43,3 @@ changelog:
order: 2
- title: Others
order: 999

filters:
# Commit messages matching the regexp listed here will be removed from
# the changelog
# Default is empty
exclude:
- "^docs"
- "CICD"
- typo

0 comments on commit 919073e

Please sign in to comment.