feat(ci): release using goreleaser
This commit is contained in:
parent
0062c214ab
commit
b632ee9ab1
4 changed files with 93 additions and 0 deletions
25
.goreleaser.yaml
Normal file
25
.goreleaser.yaml
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
---
|
||||
version: 2
|
||||
|
||||
# changelog
|
||||
changelog:
|
||||
use: "git"
|
||||
sort: "desc"
|
||||
filters:
|
||||
exclude:
|
||||
- "^chore"
|
||||
- "^ci"
|
||||
- "^docs"
|
||||
groups:
|
||||
- title: "🚀 Features"
|
||||
regexp: "^feat"
|
||||
- title: "🐛 Bug Fixes"
|
||||
regexp: "^fix"
|
||||
- title: "🛠 Maintenance"
|
||||
regexp: "^(chore|refactor)"
|
||||
|
||||
# gitlab
|
||||
gitlab_urls:
|
||||
api: "https://gitlab.simoncor.net/api/v4/"
|
||||
download: "https://gitlab.simoncor.net"
|
||||
use_package_registry: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue