mirror of
https://github.com/go-eagle/eagle.git
synced 2025-09-26 20:41:26 +08:00
chore(ci): upgrade goreleaser to v2
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user