logger/.github/.goreleaser.yaml

22 lines
387 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