Skip to content

Commit

Permalink
build: refactor goreleaser configuration
Browse files Browse the repository at this point in the history
- Remove project_name configuration from `.goreleaser.yaml`
- Remove comments explaining the `skip` option in the build configuration
- Change the changelog `use` value from `git` to `github` in `.goreleaser.yaml`

Signed-off-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
appleboy committed May 5, 2024
1 parent 88f1f05 commit 8b663fc
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
project_name: queue

builds:
- # If true, skip the build.
# Useful for library projects.
# Default is false
skip: true
- skip: true

changelog:
use: git
use: github
groups:
- title: Features
regexp: "^.*feat[(\\w)]*:+.*$"
Expand Down

0 comments on commit 8b663fc

Please sign in to comment.