ci: add binary releases pipelines (#358)

This commit is contained in:
Ettore Di Giacinto 2023-05-23 17:12:48 +02:00 committed by GitHub
parent f5f8c687be
commit 43d3fb3eba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 115 additions and 41 deletions

24
.github/release.yml vendored Normal file
View file

@ -0,0 +1,24 @@
# .github/release.yml
changelog:
exclude:
labels:
- ignore-for-release
categories:
- title: Breaking Changes 🛠
labels:
- Semver-Major
- breaking-change
- title: "Bug fixes :bug:"
labels:
- bug
- title: Exciting New Features 🎉
labels:
- Semver-Minor
- enhancement
- title: 👒 Dependencies
labels:
- dependencies
- title: Other Changes
labels:
- "*"