chore(ci): upgrade goreleaser to v2

This commit is contained in:
qloog
2024-06-22 21:34:13 +08:00
parent a083c3d192
commit d7a1d70709
2 changed files with 8 additions and 11 deletions

View File

@@ -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:
@@ -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
@@ -54,6 +50,6 @@ changelog:
# the changelog
# Default is empty
exclude:
- '^docs'
- 'CICD'
- typo
- "^docs"
- "CICD"
- typo

View File

@@ -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