Skip to content

Commit

Permalink
chore(ci): upgrade goreleaser to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
qloog committed Jun 22, 2024
1 parent a083c3d commit d7a1d70
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
18 changes: 7 additions & 11 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
# see: https://goreleaser.com/customization/
version: 2

project_name: eagle

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

changelog:
# Set it to true if you wish to skip the changelog generation.
# This may result in an empty release notes on GitHub/GitLab/Gitea.
skip: false

# Changelog generation implementation to use.
#
# Valid options are:
Expand All @@ -40,10 +36,10 @@ changelog:
- title: Features
regexp: "^.*feat[(\\w)]*:+.*$"
order: 0
- title: 'Bug fixes'
- title: "Bug fixes"
regexp: "^.*fix[(\\w)]*:+.*$"
order: 1
- title: 'Enhancements'
- title: "Enhancements"
regexp: "^.*chore[(\\w)]*:+.*$"
order: 2
- title: Others
Expand All @@ -54,6 +50,6 @@ changelog:
# the changelog
# Default is empty
exclude:
- '^docs'
- 'CICD'
- typo
- "^docs"
- "CICD"
- typo
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- feat: support config multiple databases
- chore(cli): generate project by adding branch name, default is http server
- chore(db): add timeout for connect, read and write
- chore(ci): upgrade goreleaser to v2

## v1.8.1
- fix: GitHub workflow badge URL
Expand Down

0 comments on commit d7a1d70

Please sign in to comment.