logger/.goreleaser.yaml

28 lines
526 B
YAML

---
version: 2
# changelog
changelog:
use: "git"
sort: "desc"
groups:
- title: "🚀 Features"
regexp: "^feat"
- title: "🐛 Bug Fixes"
regexp: "^fix"
- title: "🛠️ Maintenance"
regexp: "^(chore|refactor)"
- title: "🦾 Automation"
regexp: "^ci"
- title: "📖 Documentation"
regexp: "^docs"
# build
builds:
- skip: true
# gitlab
gitlab_urls:
api: "https://gitlab.simoncor.net/api/v4/"
download: "https://gitlab.simoncor.net"
use_package_registry: true