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 4e8b3a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: latest
args: release --clean
version: 1.24.x
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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 4e8b3a7

Please sign in to comment.